Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dwait_bit.c82 __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, in __wait_on_bit_lock() function
109 EXPORT_SYMBOL(__wait_on_bit_lock);
117 return __wait_on_bit_lock(wq_head, &wq_entry, action, mode); in out_of_line_wait_on_bit_lock()
/linux-6.6.21/include/linux/
Dwait_bit.h28 int __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wai…