HomeSort by: relevance | last modified time | path
    Searched refs:SPLAY_MIN (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_balloc.c 718 while ((lbp = SPLAY_MIN(lfs_splay, hd)) != NULL)
  /src/share/man/man3/
Makefile 268 tree.3 SPLAY_MIN.3 tree.3 SPLAY_MAX.3 tree.3 SPLAY_FIND.3 \
  /src/sys/sys/
tree.h 281 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
287 for ((x) = SPLAY_MIN(name, head); \

Completed in 14 milliseconds