Lines Matching defs:mode
66 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, i… in __wake_up_common()
114 static void __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclus… in __wake_up_common_lock()
142 void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, void *key) in __wake_up()
151 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked()
157 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key()
163 void __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, unsigned int mode, void *key, in __wake_up_locked_key_bookmark()
186 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_sync_key()
212 void __wake_up_locked_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_sync_key()
221 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync()
404 __sched int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, int sync… in autoremove_wake_function()
440 __sched long wait_woken(struct wait_queue_entry *wq_entry, unsigned int mode, long timeout) in wait_woken()
466 __sched int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, int sync, voi… in woken_wake_function()