OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wait_address
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/linux/
poll.h
34
static inline void poll_wait(struct file * filp, wait_queue_head_t *
wait_address
, poll_table *p)
36
if (p &&
wait_address
)
37
p->qproc(filp,
wait_address
, p);
48
wait_queue_head_t *
wait_address
;
member in struct:poll_table_entry
Completed in 28 milliseconds