Searched refs:__wait_on_bit_lock (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/sched/
H A Dwait_bit.c37 * waiting, the actions of __wait_on_bit() and __wait_on_bit_lock() are
82 __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, function
109 EXPORT_SYMBOL(__wait_on_bit_lock); variable
117 return __wait_on_bit_lock(wq_head, &wq_entry, action, mode);
/linux-master/include/linux/
H A Dwait_bit.h28 int __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode);

Completed in 268 milliseconds