Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/ipc/
H A Dmqueue.c75 * - The exit codepaths after sleeping check ext_wait_queue->state without
127 struct ext_wait_queue { /* queue of sleeping tasks */ struct
153 struct ext_wait_queue e_wait_q[2];
695 struct ext_wait_queue *ewp) in wq_add()
697 struct ext_wait_queue *walk; in wq_add()
714 ktime_t *timeout, struct ext_wait_queue *ewp)
762 static struct ext_wait_queue *wq_get_first_waiter( in wq_get_first_waiter()
770 return list_entry(ptr, struct ext_wait_queue, list); in wq_get_first_waiter()
1018 struct ext_wait_queue *this) in __pipelined_op()
1036 struct ext_wait_queue *receive in pipelined_send()
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dmqueue.c75 * - The exit codepaths after sleeping check ext_wait_queue->state without
127 struct ext_wait_queue { /* queue of sleeping tasks */ struct
153 struct ext_wait_queue e_wait_q[2];
696 struct ext_wait_queue *ewp) in wq_add()
698 struct ext_wait_queue *walk; in wq_add()
715 ktime_t *timeout, struct ext_wait_queue *ewp)
763 static struct ext_wait_queue *wq_get_first_waiter( in wq_get_first_waiter()
771 return list_entry(ptr, struct ext_wait_queue, list); in wq_get_first_waiter()
1019 struct ext_wait_queue *this) in __pipelined_op()
1037 struct ext_wait_queue *receive in pipelined_send()
[all...]

Completed in 5 milliseconds