Symbol: RB_MIN
crypto/openssh/krl.c
598
for (rs = RB_MIN(revoked_serial_tree, &rc->revoked_serials);
crypto/openssh/openbsd-compat/sys-tree.h
736
for ((x) = RB_MIN(name, head); \
crypto/openssh/openbsd-compat/sys-tree.h
741
for ((x) = RB_MIN(name, head); \
crypto/openssh/srclimit.c
321
if ((p = RB_MIN(penalties_by_expiry, by_expiry)) == NULL)
sys/compat/linuxkpi/common/include/linux/rbtree.h
84
#define rb_first(root) RB_MIN(linux_root, (struct linux_root *)(root))
sys/dev/iommu/iommu_gas.c
283
entry = RB_MIN(iommu_gas_entries_tree, &domain->rb_root);
sys/fs/autofs/autofs_vfsops.c
162
anp = RB_MIN(autofs_node_tree, &amp->am_root->an_children);
sys/fs/autofs/autofs_vfsops.c
164
anp = RB_MIN(autofs_node_tree, &anp->an_children);
sys/fs/tmpfs/tmpfs_subr.c
1235
de = RB_MIN(tmpfs_dir, &dnode->tn_dir.tn_dirhead);
sys/kern/kern_sysctl.c
1354
oidp = RB_MIN(sysctl_oid_list, lsp);
sys/kern/kern_sysctl.c
375
nodes[indx] = RB_MIN(sysctl_oid_list, &sysctl__children);
sys/kern/kern_sysctl.c
393
nodes[indx] = RB_MIN(sysctl_oid_list,
sys/kern/kern_sysctl.c
819
for(p = RB_MIN(sysctl_oid_list, &oidp->oid_children);
sys/kern/subr_stats.c
3388
rbctd64 = (i == 0 ? RB_MIN(rbctdth64, rbctdtree) :
sys/kern/subr_stats.c
3394
RB_MIN(rbctdth64, rbctdtree)
sys/kern/vfs_inotify.c
442
while ((watch = RB_MIN(inotify_watch_tree, &sc->watches)) != NULL) {
sys/netinet/igmp.c
3184
nims = RB_MIN(ip_msource_tree, &inm->inm_srcs);
sys/netinet6/mld6.c
2758
nims = RB_MIN(ip6_msource_tree,
sys/netpfil/pf/pf.c
5194
if ((f->child = RB_MIN(pf_keth_anchor_node, parent)) == NULL) {
sys/netpfil/pf/pf_if.c
197
while ((kif = RB_MIN(pfi_ifhead, &V_pfi_ifs))) {
sys/netpfil/pf/pf_if.c
949
for (p = RB_MIN(pfi_ifhead, &V_pfi_ifs); p; p = nextp) {
sys/sys/tree.h
1044
for ((x) = RB_MIN(name, head); \
sys/sys/tree.h
1054
for ((x) = RB_MIN(name, head); \
tests/sys/sys/rb_test.c
91
ins = RB_MIN(tree, &root);
usr.sbin/certctl/certctl.c
468
file = RB_MIN(file_tree, &files);