Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/prstat/
H A Dprfile.c45 static int fd_cnt; variable
54 fd_cnt = fd_cnt_cur = fd_cnt_old = 0; in fd_init()
72 fd_cnt--; in fd_close()
99 counter = abs(fd_cnt_old - fd_cnt) + NUM_RESERVED_FD; in fd_recycle()
108 fd_cnt--; in fd_recycle()
124 if (fd_cnt > fd_max - NUM_RESERVED_FD) in fd_open()
147 fd_cnt++; in fd_open()