Home
last modified time | relevance | path

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

/kernel/
Dwait.c250 void __wake_up_bit(wait_queue_head_t *wq, void *word, int bit) in __wake_up_bit() function
256 EXPORT_SYMBOL(__wake_up_bit);
277 __wake_up_bit(bit_waitqueue(word, bit), word, bit); in wake_up_bit()