Searched defs:wq (Results 1 – 6 of 6) sorted by relevance
/kernel/ |
D | workqueue.c | 207 struct workqueue_struct *wq; /* I: the owning workqueue */ member 396 #define assert_rcu_or_wq_mutex_or_pool_mutex(wq) \ argument 451 #define for_each_pwq(pwq, wq) \ argument 586 static struct pool_workqueue *unbound_pwq_by_node(struct workqueue_struct *wq, in unbound_pwq_by_node() 1383 static bool is_chained_work(struct workqueue_struct *wq) in is_chained_work() 1428 static void __queue_work(int cpu, struct workqueue_struct *wq, in __queue_work() 1546 bool queue_work_on(int cpu, struct workqueue_struct *wq, in queue_work_on() 1617 bool queue_work_node(int node, struct workqueue_struct *wq, in queue_work_node() 1657 static void __queue_delayed_work(int cpu, struct workqueue_struct *wq, in __queue_delayed_work() 1700 bool queue_delayed_work_on(int cpu, struct workqueue_struct *wq, in queue_delayed_work_on() [all …]
|
D | watch_queue.c | 461 struct watch_queue *wq = rcu_access_pointer(w->queue); in add_one_watch() local 524 int remove_watch_from_object(struct watch_list *wlist, struct watch_queue *wq, in remove_watch_from_object()
|
/kernel/sched/ |
D | wait.c | 352 int do_wait_intr(wait_queue_head_t *wq, wait_queue_entry_t *wait) in do_wait_intr() 369 int do_wait_intr_irq(wait_queue_head_t *wq, wait_queue_entry_t *wait) in do_wait_intr_irq()
|
/kernel/locking/ |
D | test-ww_mutex.c | 17 struct workqueue_struct *wq; variable
|
/kernel/rcu/ |
D | refscale.c | 100 wait_queue_head_t wq; member
|
/kernel/events/ |
D | uprobes.c | 99 wait_queue_head_t wq; /* if all slots are busy */ member
|