H A D | wait.c | 9 void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key) in __init_waitqueue_head() argument 11 spin_lock_init(&wq_head->lock); in __init_waitqueue_head() 12 lockdep_set_class_and_name(&wq_head->lock, key, name); in __init_waitqueue_head() 13 INIT_LIST_HEAD(&wq_head->head); in __init_waitqueue_head() 18 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue() argument 23 spin_lock_irqsave(&wq_head->lock, flags); in add_wait_queue() 24 __add_wait_queue(wq_head, wq_entry); in add_wait_queue() 25 spin_unlock_irqrestore(&wq_head->lock, flags); in add_wait_queue() 29 void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in add_wait_queue_exclusive() argument 34 spin_lock_irqsave(&wq_head in add_wait_queue_exclusive() 40 remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) remove_wait_queue() argument 66 __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, int wake_flags, void *key, wait_queue_entry_t *bookmark) __wake_up_common() argument 114 __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, int wake_flags, void *key) __wake_up_common_lock() argument 142 __wake_up(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, void *key) __wake_up() argument 151 __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) __wake_up_locked() argument 157 __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) __wake_up_locked_key() argument 163 __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, unsigned int mode, void *key, wait_queue_entry_t *bookmark) __wake_up_locked_key_bookmark() argument 186 __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) __wake_up_sync_key() argument 212 __wake_up_locked_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) __wake_up_locked_sync_key() argument 221 __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) __wake_up_sync() argument 227 __wake_up_pollfree(struct wait_queue_head *wq_head) __wake_up_pollfree() argument 246 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) prepare_to_wait() argument 261 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) prepare_to_wait_exclusive() argument 287 prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) prepare_to_wait_event() argument 378 finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) finish_wait() argument [all...] |