Searched refs:fd_cnt_old (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprfile.c47 static int fd_cnt_old; variable
54 fd_cnt = fd_cnt_cur = fd_cnt_old = 0;
99 counter = abs(fd_cnt_old - fd_cnt) + NUM_RESERVED_FD;
162 fd_cnt_old = fd_cnt_cur;

Completed in 43 milliseconds