Lines Matching defs:update_queue
56 * (see update_queue())
810 * update_queue is O(N^2) when it restarts scanning the whole queue of
934 * update_queue - look for tasks that can be completed.
939 * update_queue must be called after a semaphore in a semaphore array
940 * was modified. If multiple semaphores were modified, update_queue must
949 static int update_queue(struct sem_array *sma, int semnum, struct wake_q_head *wake_q)
1016 * do_smart_update - optimized update_queue
1023 * do_smart_update() does the required calls to update_queue and wakeup_zero,
1038 otime |= update_queue(sma, -1, wake_q);
1046 otime |= update_queue(sma, i, wake_q);
1059 otime |= update_queue(sma,