Home
last modified time | relevance | path

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

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