Home
last modified time | relevance | path

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

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