Searched refs:update_queue (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.c55 * (see update_queue())
210 * update_queue. semtimedop can return queue.status without
218 * before update_queue had a chance to set queue.status
469 * update_queue is O(N^2) when it restarts scanning the whole queue of
530 * update_queue(sma, semnum): Look for tasks that can be completed.
535 * update_queue must be called after a semaphore in a semaphore array
542 static int update_queue(struct sem_array *sma, int semnum, struct list_head *pt) function
608 * do_smart_update(sma, sops, nsops, otime, pt) - optimized update_queue
615 * do_smart_update() does the required called to update_queue, based on the
627 if (update_queue(sm
[all...]

Completed in 27 milliseconds