Home
last modified time | relevance | path

Searched refs:LIST_FOREACH_OTHERS (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/test/
Dtest-list.c27 LIST_FOREACH_OTHERS(item, cursor, &items[2]) { in main()
34 LIST_FOREACH_OTHERS(item, cursor, &items[0]) { in main()
41 LIST_FOREACH_OTHERS(item, cursor, &items[3]) { in main()
/systemd-251/src/core/
Dswap.c566 LIST_FOREACH_OTHERS(same_devnode, other, s) in swap_set_state()
749 LIST_FOREACH_OTHERS(same_devnode, other, s) in swap_enter_dead_or_active()
927 LIST_FOREACH_OTHERS(same_devnode, other, s) in swap_start()
1309 LIST_FOREACH_OTHERS(same_devnode, other, s) in swap_following()
1351 LIST_FOREACH_OTHERS(same_devnode, other, s) { in swap_following_set()
/systemd-251/
D.clang-format86 - LIST_FOREACH_OTHERS
/systemd-251/src/basic/
Dlist.h155 #define LIST_FOREACH_OTHERS(name,i,p) \ macro
/systemd-251/coccinelle/
Dmacros.h177 #define LIST_FOREACH_OTHERS(name,i,p) \ macro
/systemd-251/src/resolve/
Dresolved-dns-zone.c257 LIST_FOREACH_OTHERS(by_name, j, i) in dns_zone_put()