Lines Matching refs:key

8 …_init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key)  in __init_waitqueue_head()  argument
11 lockdep_set_class_and_name(&wq_head->lock, key, name); in __init_waitqueue_head()
81 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() argument
107 ret = curr->func(curr, mode, wake_flags, key); in __wake_up_common()
125 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() argument
139 wake_flags, key, &bookmark); in __wake_up_common_lock()
158 int nr_exclusive, void *key) in __wake_up() argument
160 return __wake_up_common_lock(wq_head, mode, nr_exclusive, 0, key); in __wake_up()
164 void __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_on_current_cpu() argument
166 __wake_up_common_lock(wq_head, mode, 1, WF_CURRENT_CPU, key); in __wake_up_on_current_cpu()
178 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() argument
180 __wake_up_common(wq_head, mode, 1, 0, key, NULL); in __wake_up_locked_key()
185 unsigned int mode, void *key, wait_queue_entry_t *bookmark) in __wake_up_locked_key_bookmark() argument
187 __wake_up_common(wq_head, mode, 1, 0, key, bookmark); in __wake_up_locked_key_bookmark()
208 void *key) in __wake_up_sync_key() argument
213 __wake_up_common_lock(wq_head, mode, 1, WF_SYNC, key); in __wake_up_sync_key()
234 unsigned int mode, void *key) in __wake_up_locked_sync_key() argument
236 __wake_up_common(wq_head, mode, 1, WF_SYNC, key, NULL); in __wake_up_locked_sync_key()
422 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() argument
424 int ret = default_wake_function(wq_entry, mode, sync, key); in autoremove_wake_function()
478 int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in woken_wake_function() argument
484 return default_wake_function(wq_entry, mode, sync, key); in woken_wake_function()