Searched refs:RB_PREV (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | rbtree.h | 83 #define rb_prev(node) RB_PREV(linux_root, NULL, (node))
|
/freebsd/sys/dev/iommu/ |
H A D | iommu_gas.c | 544 prev = RB_PREV(iommu_gas_entries_tree, &domain->rb_root, next); in iommu_gas_alloc_region() 590 ip = RB_PREV(iommu_gas_entries_tree, &domain->rb_root, entry); in iommu_gas_alloc_region() 954 prev = RB_PREV(iommu_gas_entries_tree, &domain->rb_root, next); in iommu_gas_reserve_region_extend()
|
/freebsd/sys/sys/ |
H A D | tree.h | 1006 if (((cmpelm = RB_PREV(name, head, elm)) != NULL && \ 1027 #define RB_PREV(name, x, y) name##_RB_PREV(y) macro
|
/freebsd/share/man/man3/ |
H A D | Makefile | 358 tree.3 RB_PREV.3 \
|
/freebsd/contrib/elftoolchain/addr2line/ |
H A D | addr2line.c | 414 res = RB_PREV(cutree, &cuhead, res); in culookup()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-tree.h | 731 #define RB_PREV(name, x, y) name##_RB_PREV(y) macro
|
/freebsd/sys/dev/xen/gntdev/ |
H A D | gntdev.c | 167 offset_prv = RB_PREV(file_offset_head, &priv_user->file_offset, offset); in put_file_offset()
|
/freebsd/crypto/openssh/ |
H A D | krl.c | 290 while ((crs = RB_PREV(revoked_serial_tree, rt, ers)) != NULL) { in insert_serial_range()
|