Home
last modified time | relevance | path

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

/include/linux/
A Dwait.h82 wq_entry->flags = 0; in init_waitqueue_entry()
83 wq_entry->private = p; in init_waitqueue_entry()
84 wq_entry->func = default_wake_function; in init_waitqueue_entry()
90 wq_entry->flags = 0; in init_waitqueue_func_entry()
91 wq_entry->private = NULL; in init_waitqueue_func_entry()
92 wq_entry->func = func; in init_waitqueue_func_entry()
181 list_add(&wq_entry->entry, head); in __add_wait_queue()
190 wq_entry->flags |= WQ_FLAG_EXCLUSIVE; in __add_wait_queue_exclusive()
191 __add_wait_queue(wq_head, wq_entry); in __add_wait_queue_exclusive()
202 wq_entry->flags |= WQ_FLAG_EXCLUSIVE; in __add_wait_queue_entry_tail_exclusive()
[all …]
A Dwait_bit.h18 struct wait_queue_entry wq_entry; member
36 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
41 .wq_entry = { \
45 LIST_HEAD_INIT((name).wq_entry.entry), \
264 &__wbq_entry.wq_entry, \
276 finish_wait(__wq_head, &__wbq_entry.wq_entry); \

Completed in 8 milliseconds