Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dwait_bit.c164 wait_queue_head_t *__var_waitqueue(void *p) in __var_waitqueue() function
168 EXPORT_SYMBOL(__var_waitqueue);
242 __wake_up_bit(__var_waitqueue(var), var, -1); in bit_wait()
/linux/block/
H A Dbdev.c644 wait_queue_head_t *wq = __var_waitqueue(&whole->bd_claiming); in bd_prepare_to_claim()