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

/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c1065 uint_t sum_reqs; local
1068 * Calculate sum of active non RAW-IO requests (sum_reqs).
1070 * greater than the calculated sum (sum_reqs) then
1073 sum_reqs = _aio_doneq_cnt + dnwait + _aio_outstand_cnt;
1074 kwaitcnt = (*nwait > sum_reqs) ? *nwait - sum_reqs : 0;

Completed in 22 milliseconds