Searched refs:wait_bit_queue (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | wait.c | 369 struct wait_bit_queue *wait_bit in wake_bit_function() 370 = container_of(wait, struct wait_bit_queue, wait); in wake_bit_function() 387 __wait_on_bit(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_bit() 425 __wait_on_bit_lock(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_bit_lock() 514 struct wait_bit_queue *wait_bit in wake_atomic_t_function() 515 = container_of(wait, struct wait_bit_queue, wait); in wake_atomic_t_function() 531 int __wait_on_atomic_t(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_atomic_t() 549 struct wait_bit_queue name = { \
|
/linux-4.4.14/include/linux/ |
D | wait.h | 34 struct wait_bit_queue { struct 155 int __wait_on_bit(wait_queue_head_t *, struct wait_bit_queue *, wait_bit_action_f *, unsigned); 156 int __wait_on_bit_lock(wait_queue_head_t *, struct wait_bit_queue *, wait_bit_action_f *, unsigned); 944 struct wait_bit_queue name = { \
|