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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dsem.c50 * - semncnt and semzcnt are calculated on demand in count_semncnt() and
646 * semncnt number of tasks waiting on semval being nonzero
652 * warrant that semncnt+semzcnt>0 if the task is on the pending queue.
656 int semncnt; local
659 semncnt = 0;
668 semncnt++;
670 return semncnt;

Completed in 14 milliseconds