Lines Matching refs:key
10 …_init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key) in __init_waitqueue_head() argument
13 lockdep_set_class_and_name(&wq_head->lock, key, name); in __init_waitqueue_head()
68 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() argument
94 ret = curr->func(curr, mode, wake_flags, key); in __wake_up_common()
112 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument
125 wake_flags, key, &bookmark); in __wake_up_common_lock()
141 int nr_exclusive, void *key) in __wake_up() argument
143 __wake_up_common_lock(wq_head, mode, nr_exclusive, 0, key); in __wake_up()
156 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() argument
158 __wake_up_common(wq_head, mode, 1, 0, key, NULL); in __wake_up_locked_key()
163 unsigned int mode, void *key, wait_queue_entry_t *bookmark) in __wake_up_locked_key_bookmark() argument
165 __wake_up_common(wq_head, mode, 1, 0, key, bookmark); in __wake_up_locked_key_bookmark()
186 void *key) in __wake_up_sync_key() argument
194 __wake_up_common_lock(wq_head, mode, 1, wake_flags, key); in __wake_up_sync_key()
215 unsigned int mode, void *key) in __wake_up_locked_sync_key() argument
217 __wake_up_common(wq_head, mode, 1, WF_SYNC, key, NULL); in __wake_up_locked_sync_key()
404 int sync, void *key) in autoremove_wake_function() argument
406 int ret = default_wake_function(wq_entry, mode, sync, key); in autoremove_wake_function()
466 int sync, void *key) in woken_wake_function() argument
472 return default_wake_function(wq_entry, mode, sync, key); in woken_wake_function()