Home
last modified time | relevance | path

Searched refs:SPLAY_MIN (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/smtpd/
Dtree.c182 curr = SPLAY_MIN(_tree, &t->tree); in tree_iter()
205 curr = SPLAY_MIN(_tree, &t->tree); in tree_iterfrom()
Ddict.c195 curr = SPLAY_MIN(_dict, &d->dict); in dict_iter()
219 curr = SPLAY_MIN(_dict, &d->dict); in dict_iterfrom()
/openbsd/src/regress/sys/sys/tree/splay/
Dsplay-test.c85 ins = SPLAY_MIN(tree, &root); in main()
/openbsd/src/sys/sys/
Dtree.h282 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
288 for ((x) = SPLAY_MIN(name, head); \
/openbsd/src/sys/dev/pci/drm/
Ddrm_linux.c793 while ((id = SPLAY_MIN(idr_tree, &idr->tree))) { in idr_destroy()
1008 while ((id = SPLAY_MIN(xarray_tree, &xa->xa_tree))) { in xa_destroy()