Home
last modified time | relevance | path

Searched refs:bit_waitqueue (Results 1 – 2 of 2) sorted by relevance

/kernel/sched/
Dwait.c393 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit()
404 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_timeout()
445 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_lock()
479 __wake_up_bit(bit_waitqueue(word, bit), word, bit); in wake_up_bit()
492 return bit_waitqueue((void *)(q & ~1), q & 1); in atomic_t_waitqueue()
494 return bit_waitqueue(p, 0); in atomic_t_waitqueue()
Dcore.c7730 wait_queue_head_t *bit_waitqueue(void *word, int bit) in bit_waitqueue() function
7737 EXPORT_SYMBOL(bit_waitqueue);