Home
last modified time | relevance | path

Searched defs:wq (Results 1 – 5 of 5) sorted by relevance

/kernel/
Dworkqueue.c203 struct workqueue_struct *wq; /* I: the owning workqueue */ member
364 #define assert_rcu_or_wq_mutex(wq) \ argument
369 #define assert_rcu_or_wq_mutex_or_pool_mutex(wq) \ argument
424 #define for_each_pwq(pwq, wq) \ argument
560 static struct pool_workqueue *unbound_pwq_by_node(struct workqueue_struct *wq, in unbound_pwq_by_node()
1318 static bool is_chained_work(struct workqueue_struct *wq) in is_chained_work()
1363 static void __queue_work(int cpu, struct workqueue_struct *wq, in __queue_work()
1477 bool queue_work_on(int cpu, struct workqueue_struct *wq, in queue_work_on()
1504 static void __queue_delayed_work(int cpu, struct workqueue_struct *wq, in __queue_delayed_work()
1550 bool queue_delayed_work_on(int cpu, struct workqueue_struct *wq, in queue_delayed_work_on()
[all …]
Dpadata.c952 struct padata_instance *padata_alloc_possible(struct workqueue_struct *wq) in padata_alloc_possible()
966 struct padata_instance *padata_alloc(struct workqueue_struct *wq, in padata_alloc()
Dcpu.c220 wait_queue_head_t wq; member
/kernel/sched/
Dwait.c375 __wait_on_bit(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_bit()
393 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit() local
404 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_timeout() local
413 __wait_on_bit_lock(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_bit_lock()
445 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_lock() local
452 void __wake_up_bit(wait_queue_head_t *wq, void *word, int bit) in __wake_up_bit()
518 int __wait_on_atomic_t(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_atomic_t()
549 wait_queue_head_t *wq = atomic_t_waitqueue(p); in out_of_line_wait_on_atomic_t() local
/kernel/events/
Duprobes.c99 wait_queue_head_t wq; /* if all slots are busy */ member