Lines Matching defs:update_queue
56 * (see update_queue())
808 * update_queue is O(N^2) when it restarts scanning the whole queue of
932 * update_queue - look for tasks that can be completed.
937 * update_queue must be called after a semaphore in a semaphore array
938 * was modified. If multiple semaphores were modified, update_queue must
947 static int update_queue(struct sem_array *sma, int semnum, struct wake_q_head *wake_q)
1014 * do_smart_update - optimized update_queue
1021 * do_smart_update() does the required calls to update_queue and wakeup_zero,
1036 otime |= update_queue(sma, -1, wake_q);
1044 otime |= update_queue(sma, i, wake_q);
1057 otime |= update_queue(sma,