Searched refs:LIST_FOREACH_OTHERS (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/test/ |
D | test-list.c | 27 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/ |
D | swap.c | 566 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-format | 86 - LIST_FOREACH_OTHERS
|
/systemd-251/src/basic/ |
D | list.h | 155 #define LIST_FOREACH_OTHERS(name,i,p) \ macro
|
/systemd-251/coccinelle/ |
D | macros.h | 177 #define LIST_FOREACH_OTHERS(name,i,p) \ macro
|
/systemd-251/src/resolve/ |
D | resolved-dns-zone.c | 257 LIST_FOREACH_OTHERS(by_name, j, i) in dns_zone_put()
|