Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dwait_bit.c153 wait_queue_head_t *__var_waitqueue(void *p) in __var_waitqueue() function
157 EXPORT_SYMBOL(__var_waitqueue);
193 __wake_up_bit(__var_waitqueue(var), var, -1); in wake_up_var()
/openbmc/linux/include/linux/
H A Dwait_bit.h240 extern wait_queue_head_t *__var_waitqueue(void *p);
245 struct wait_queue_head *__wq_head = __var_waitqueue(var); \
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_active.c687 add_wait_queue(__var_waitqueue(ref), &wb->base); in __await_barrier()
/openbmc/linux/drivers/block/
H A Dpktcdvd.c2388 prepare_to_wait_event(__var_waitqueue(&pd->congested), in pkt_make_request_write()