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

/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/tools/rds/
H A Drdfile.c48 static int fd_cnt_old; variable
55 fd_cnt = fd_cnt_cur = fd_cnt_old = 0;
117 counter = abs(fd_cnt_old - fd_cnt) + NUM_RESERVED_FD;
180 fd_cnt_old = fd_cnt_cur;

Completed in 98 milliseconds