Home
last modified time | relevance | path

Searched refs:NUM_RESERVED_FD (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/prstat/
H A Dprfile.c99 counter = abs(fd_cnt_old - fd_cnt) + NUM_RESERVED_FD; in fd_recycle()
124 if (fd_cnt > fd_max - NUM_RESERVED_FD) in fd_open()
H A Dprfile.h39 #define NUM_RESERVED_FD 10 macro