Home
last modified time | relevance | path

Searched refs:RB_ROOT (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/sys/sys/
H A Dtree.h542 elm = RB_ROOT(head); \
575 elm = RB_ROOT(head); \
629 RB_ROOT(head) = elm; \
666 tmp = RB_ROOT(head); \
685 RB_ROOT(head) = elm; \
760 tmp = RB_ROOT(head); \
887 tmp = RB_ROOT(head); \
917 tmp = RB_ROOT(head); \
944 tmp = RB_ROOT(head); \
973 tmp = RB_ROOT(head); \
[all …]
H A Dproc.h434 return RB_ROOT(&p->p_lwp_tree); in _only_lwp_in_proc()
/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-tree.h324 #define RB_ROOT(head) (head)->rbh_root macro
456 elm != RB_ROOT(head)) { \
486 elm = RB_ROOT(head); \
518 elm = RB_ROOT(head); \
553 RB_ROOT(head) = child; \
564 RB_ROOT(head) = elm; \
587 RB_ROOT(head) = child; \
601 tmp = RB_ROOT(head); \
620 RB_ROOT(head) = elm; \
629 struct type *tmp = RB_ROOT(head); \
[all …]
/dragonfly/sys/vfs/hammer/
H A Dhammer_flusher.c506 if ((io = RB_ROOT(&hmp->lose_root)) != NULL) { in hammer_flusher_clean_loose_ios()
508 while ((io = RB_ROOT(&hmp->lose_root)) != NULL) { in hammer_flusher_clean_loose_ios()
959 RB_ROOT(&hmp->volu_root) || /* dirty buffers */ in hammer_flusher_haswork()
960 RB_ROOT(&hmp->undo_root) || in hammer_flusher_haswork()
961 RB_ROOT(&hmp->data_root) || in hammer_flusher_haswork()
962 RB_ROOT(&hmp->meta_root) || in hammer_flusher_haswork()
H A Dhammer_inode.c1573 while ((rec = RB_ROOT(&ip->rec_tree)) != NULL) { in hammer_destroy_inode_callback()
2567 if (ip->vp && RB_ROOT(&ip->vp->v_rbdirty_tree)) { in hammer_sync_inode_done()
3177 while (RB_ROOT(&ip->rec_tree)) { in hammer_sync_inode()
3178 hammer_record_t record = RB_ROOT(&ip->rec_tree); in hammer_sync_inode()
H A Dhammer_recover.c731 while ((rterm = RB_ROOT(&rterm_root)) != NULL) { in hammer_recover_stage2()
/dragonfly/sys/dev/drm/scripts/
H A Dlinux_misc.cocci13 - RB_ROOT
/dragonfly/sbin/hammer/
H A Dcmd_dedup.c236 while ((sim_de = RB_ROOT(&sim_dedup_tree)) != NULL) { in hammer_cmd_dedup_simulate()
336 while ((de = RB_ROOT(&dedup_tree)) != NULL) { in hammer_cmd_dedup()
338 while ((sha_de = RB_ROOT(&de->u.fict_root)) != NULL) { in hammer_cmd_dedup()
537 while ((sha_de = RB_ROOT(&de->u.fict_root)) != in process_btree_elm()
H A Dcmd_blockmap.c542 while ((collect = RB_ROOT(&CollectTree)) != NULL) { in dump_collect_table()
H A Dcmd_recover.c890 while ((b = RB_ROOT(&ZoneTree)) != NULL) { in free_bigblocks()
/dragonfly/usr.bin/undo/
H A Dundo.c368 if (RB_ROOT(ptse_tree) == NULL) in doiterate_iterall()
545 while ((tse = RB_ROOT(tree)) != NULL) { in clean_tree()
/dragonfly/share/man/man3/
H A DMakefile115 MLINKS+=tree.3 RB_ROOT.3
/dragonfly/sys/kern/
H A Dkern_dmsg.c548 RB_ROOT(&iocom->staterd_tree) || in kdmsg_iocom_thread_wr()
549 RB_ROOT(&iocom->statewr_tree) || in kdmsg_iocom_thread_wr()
578 RB_ROOT(&iocom->staterd_tree), in kdmsg_iocom_thread_wr()
579 RB_ROOT(&iocom->statewr_tree)); in kdmsg_iocom_thread_wr()
H A Dkern_exit.c1183 while ((lp = RB_ROOT(&p->p_lwp_tree)) != NULL) { in kern_wait()
/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfs_vfsops.c665 RB_ROOT(&vp->v_rbclean_tree), RB_ROOT(&vp->v_rbdirty_tree), in msdosfs_unmount()
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vfsops.c352 while ((de = RB_ROOT(&node->tn_dir.tn_dirtree)) != NULL) { in tmpfs_unmount()
H A Dtmpfs_subr.c838 tmp = RB_ROOT(&node->tn_dir.tn_cookietree); in tmpfs_dir_lookupbycookie()
/dragonfly/usr.bin/systat/
H A Dnetbw.c194 while ((mytcp = RB_ROOT(&mytcp_tree)) != NULL) { in closenetbw()
H A Dpftop.c214 while ((mypf = RB_ROOT(&mypf_tree)) != NULL) { in closepftop()
/dragonfly/sys/platform/pc64/x86_64/
H A Defirt.c139 while ((m = RB_ROOT(&obj->rb_memq)) != NULL) { in efi_destroy_1t1_map()
/dragonfly/sys/vm/
H A Dswap_pager.c2197 RB_ROOT(&object->swblock_root)) { in swap_pager_swapoff()
2523 while ((swap = RB_ROOT(&object->swblock_root)) != NULL) { in swp_pager_meta_free_all()
H A Dvm_object.c832 if (RB_ROOT(&object->rb_memq) == NULL) in vm_object_terminate()
/dragonfly/lib/libdmsg/
H A Dmsg_lnk.c487 while ((relay = RB_ROOT(&conn->tree)) != NULL) { in dmsg_lnk_conn()
/dragonfly/sbin/fsck_hammer2/
H A Dtest.c467 while ((e = RB_ROOT(root)) != NULL) { in cleanup_blockref_entry()
/dragonfly/sys/platform/vkernel64/platform/
H A Dpmap.c3184 lp = RB_ROOT(&p->p_lwp_tree); in pmap_replacevm()

12