Home
last modified time | relevance | path

Searched defs:remove_wait_queue (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dwait.c50 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() function
/openbmc/u-boot/include/linux/
H A Dcompat.h122 #define remove_wait_queue(...) do { } while (0) macro