Searched defs:pwq (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/ |
H A D | workqueue.c | 604 #define for_each_pwq(pwq, wq) \ argument 798 static void set_work_pwq(struct work_struct *work, struct pool_workqueue *pwq, in set_work_pwq() 1474 struct pool_workqueue *pwq = worker->current_pwq; in wq_worker_tick() local 1629 static void get_pwq(struct pool_workqueue *pwq) in get_pwq() 1643 static void put_pwq(struct pool_workqueue *pwq) in put_pwq() 1661 static void put_pwq_unlocked(struct pool_workqueue *pwq) in put_pwq_unlocked() 1674 static bool pwq_is_empty(struct pool_workqueue *pwq) in pwq_is_empty() 1679 static void __pwq_activate_work(struct pool_workqueue *pwq, in __pwq_activate_work() 1713 static bool pwq_tryinc_nr_active(struct pool_workqueue *pwq, bool fill) in pwq_tryinc_nr_active() 1791 static bool pwq_activate_first_inactive(struct pool_workqueue *pwq, bool fill) in pwq_activate_first_inactive() [all …]
|
/linux/fs/ |
H A D | select.c | 119 void poll_initwait(struct poll_wqueues *pwq) in poll_initwait() 136 void poll_freewait(struct poll_wqueues *pwq) in poll_freewait() 184 struct poll_wqueues *pwq = wait->private; in __pollwake() local 222 struct poll_wqueues *pwq = container_of(p, struct poll_wqueues, pt); in __pollwait() local 234 static int poll_schedule_timeout(struct poll_wqueues *pwq, int state, in poll_schedule_timeout()
|
H A D | eventpoll.c | 663 static void ep_remove_wait_queue(struct eppoll_entry *pwq) in ep_remove_wait_queue() 687 struct eppoll_entry *pwq; in ep_unregister_pollwait() local 1363 struct eppoll_entry *pwq; in ep_ptable_queue_proc() local
|