Searched refs:RBT_FOREACH_SAFE (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/ |
H A D | bio.c | 144 RBT_FOREACH_SAFE(bm, bio_mappings, &bios, next) { in bio_unregister()
|
/openbsd/sys/kern/ |
H A D | kern_unveil.c | 102 RBT_FOREACH_SAFE(unvn, unvname_rbt, &uv->uv_names, next) { in unveil_delete_names() 222 RBT_FOREACH_SAFE(unvn, unvname_rbt, &from->uv_names, next) { in unveil_copy()
|
/openbsd/regress/sys/sys/tree/rb/ |
H A D | rbt-test.c | 594 #ifdef RBT_FOREACH_SAFE in main() 606 RBT_FOREACH_SAFE(ins, tree, &root, tmp) { in main()
|
/openbsd/sys/net/ |
H A D | if_etherbridge.c | 151 RBT_FOREACH_SAFE(ebe, eb_tree, &eb->eb_tree, nebe) { in etherbridge_destroy()
|
H A D | pf_ioctl.c | 1858 RBT_FOREACH_SAFE(st, pf_state_tree_id, &tree_id, nextst) { in pfioctl()
|
/openbsd/sys/sys/ |
H A D | tree.h | 989 #define RBT_FOREACH_SAFE(_e, _name, _head, _n) \ macro
|