Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c194 struct workqueue_struct *wq; /* I: the owning workqueue */ member
336 #define assert_rcu_or_wq_mutex(wq) \ argument
390 #define for_each_pwq(pwq, wq) \ argument
551 static struct pool_workqueue *unbound_pwq_by_node(struct workqueue_struct *wq, in unbound_pwq_by_node()
1298 static bool is_chained_work(struct workqueue_struct *wq) in is_chained_work()
1310 static void __queue_work(int cpu, struct workqueue_struct *wq, in __queue_work()
1422 bool queue_work_on(int cpu, struct workqueue_struct *wq, in queue_work_on()
1449 static void __queue_delayed_work(int cpu, struct workqueue_struct *wq, in __queue_delayed_work()
1495 bool queue_delayed_work_on(int cpu, struct workqueue_struct *wq, in queue_delayed_work_on()
1533 bool mod_delayed_work_on(int cpu, struct workqueue_struct *wq, in mod_delayed_work_on()
[all …]
Dpadata.c1028 struct padata_instance *padata_alloc_possible(struct workqueue_struct *wq) in padata_alloc_possible()
1042 struct padata_instance *padata_alloc(struct workqueue_struct *wq, in padata_alloc()
/kernel/sched/
Dwait.c382 __wait_on_bit(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_bit()
400 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit() local
411 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_timeout() local
420 __wait_on_bit_lock(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_bit_lock()
443 wait_queue_head_t *wq = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_lock() local
450 void __wake_up_bit(wait_queue_head_t *wq, void *word, int bit) in __wake_up_bit()
526 int __wait_on_atomic_t(wait_queue_head_t *wq, struct wait_bit_queue *q, in __wait_on_atomic_t()
557 wait_queue_head_t *wq = atomic_t_waitqueue(p); in out_of_line_wait_on_atomic_t() local
/kernel/events/
Duprobes.c108 wait_queue_head_t wq; /* if all slots are busy */ member