Searched refs:semzcnt (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
647 * semzcnt number of tasks waiting on semval being zero
652 * warrant that semncnt+semzcnt>0 if the task is on the pending queue.
675 int semzcnt; local
678 semzcnt = 0;
687 semzcnt++;
689 return semzcnt;

Completed in 119 milliseconds