Home
last modified time | relevance | path

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

/linux-3.3/fs/
Dselect.c116 void poll_initwait(struct poll_wqueues *pwq) in poll_initwait()
133 void poll_freewait(struct poll_wqueues *pwq) in poll_freewait()
181 struct poll_wqueues *pwq = wait->private; in __pollwake() local
219 struct poll_wqueues *pwq = container_of(p, struct poll_wqueues, pt); in __pollwait() local
232 int poll_schedule_timeout(struct poll_wqueues *pwq, int state, in poll_schedule_timeout()
Deventpoll.c475 static void ep_remove_wait_queue(struct eppoll_entry *pwq) in ep_remove_wait_queue()
495 struct eppoll_entry *pwq; in ep_unregister_pollwait() local
938 struct eppoll_entry *pwq; in ep_ptable_queue_proc() local
/linux-3.3/include/linux/
Dpoll.h79 static inline int poll_schedule(struct poll_wqueues *pwq, int state) in poll_schedule()