Searched refs:wait_queue_entry (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/ |
D | wait.h | 14 typedef struct wait_queue_entry wait_queue_entry_t; 16 typedef int (*wait_queue_func_t)(struct wait_queue_entry *wq_entry, unsigned mode, int flags, void … 17 int default_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int flags, void *key); 27 struct wait_queue_entry { struct 52 struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) argument 79 static inline void init_waitqueue_entry(struct wait_queue_entry *wq_entry, struct task_struct *p) in init_waitqueue_entry() 87 init_waitqueue_func_entry(struct wait_queue_entry *wq_entry, wait_queue_func_t func) in init_waitqueue_func_entry() 150 extern void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry); 151 extern void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_e… 152 extern void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry); [all …]
|
D | wait_bit.h | 18 struct wait_queue_entry wq_entry; 36 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
|
/Linux-v4.19/kernel/sched/ |
D | wait.c | 17 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue() 28 void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_exclusive() 39 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() 225 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait() 239 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int s… in prepare_to_wait_exclusive() 252 void init_wait_entry(struct wait_queue_entry *wq_entry, int flags) in init_wait_entry() 261 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int … in prepare_to_wait_event() 347 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in finish_wait() 373 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() 409 long wait_woken(struct wait_queue_entry *wq_entry, unsigned mode, long timeout) in wait_woken() [all …]
|
D | wait_bit.c | 20 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg) in wake_bit_function() 159 var_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in var_wake_function()
|
/Linux-v4.19/block/ |
D | blk-wbt.c | 492 struct wait_queue_entry wq; 500 static int wbt_wake_function(struct wait_queue_entry *curr, unsigned int mode, in wbt_wake_function()
|
/Linux-v4.19/fs/ |
D | aio.c | 175 struct wait_queue_entry wait; 1655 static int aio_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, in aio_poll_wake()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_display.c | 12542 struct wait_queue_entry wait_fence, wait_reset; in intel_atomic_commit_fence_wait() 12906 struct wait_queue_entry wait; 12912 static int do_rps_boost(struct wait_queue_entry *_wait, in do_rps_boost()
|