Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dworkqueue.c405 #define for_each_pwq(pwq, wq) \ argument
627 static void set_work_pwq(struct work_struct *work, struct pool_workqueue *pwq, in set_work_pwq()
1069 static void get_pwq(struct pool_workqueue *pwq) in get_pwq()
1083 static void put_pwq(struct pool_workqueue *pwq) in put_pwq()
1107 static void put_pwq_unlocked(struct pool_workqueue *pwq) in put_pwq_unlocked()
1122 struct pool_workqueue *pwq = get_work_pwq(work); in pwq_activate_delayed_work() local
1130 static void pwq_activate_first_delayed(struct pool_workqueue *pwq) in pwq_activate_first_delayed()
1149 static void pwq_dec_nr_in_flight(struct pool_workqueue *pwq, int color) in pwq_dec_nr_in_flight()
1216 struct pool_workqueue *pwq; in try_to_grab_pending() local
1299 static void insert_work(struct pool_workqueue *pwq, struct work_struct *work, in insert_work()
[all …]
/linux-4.4.14/fs/
Dselect.c119 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 int poll_schedule_timeout(struct poll_wqueues *pwq, int state, in poll_schedule_timeout()
Deventpoll.c516 static void ep_remove_wait_queue(struct eppoll_entry *pwq) in ep_remove_wait_queue()
536 struct eppoll_entry *pwq; in ep_unregister_pollwait() local
1092 struct eppoll_entry *pwq; in ep_ptable_queue_proc() local
/linux-4.4.14/include/linux/
Dpoll.h102 static inline int poll_schedule(struct poll_wqueues *pwq, int state) in poll_schedule()