Home
last modified time | relevance | path

Searched refs:RB_PREV (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h83 #define rb_prev(node) RB_PREV(linux_root, NULL, (node))
/freebsd/sys/dev/iommu/
H A Diommu_gas.c544 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 Dtree.h1006 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 DMakefile358 tree.3 RB_PREV.3 \
/freebsd/contrib/elftoolchain/addr2line/
H A Daddr2line.c414 res = RB_PREV(cutree, &cuhead, res); in culookup()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-tree.h731 #define RB_PREV(name, x, y) name##_RB_PREV(y) macro
/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c167 offset_prv = RB_PREV(file_offset_head, &priv_user->file_offset, offset); in put_file_offset()
/freebsd/crypto/openssh/
H A Dkrl.c290 while ((crs = RB_PREV(revoked_serial_tree, rt, ers)) != NULL) { in insert_serial_range()