Searched refs:wait_address (Results 1 – 4 of 4) sorted by relevance
/third_party/NuttX/fs/vfs/ |
D | fs_poll.c | 319 void notify_poll_with_key(wait_queue_head_t *wait_address, pollevent_t key) in notify_poll_with_key() argument 325 spin_lock_irqsave(&wait_address->lock, int_save); in notify_poll_with_key() 326 LOS_DL_LIST_FOR_EACH_ENTRY(curr, &(wait_address->poll_queue), poll_wait_node, queue_node) in notify_poll_with_key() 337 spin_unlock_irqrestore(&wait_address->lock, int_save); in notify_poll_with_key() 347 void notify_poll(wait_queue_head_t *wait_address) in notify_poll() argument 349 notify_poll_with_key(wait_address, 0); in notify_poll() 352 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in poll_wait() argument 354 if (!wait_address || !p || !p->wait) in poll_wait() 361 add_pollwait_queue(wait_address, p); in poll_wait()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | poll.h | 63 extern void notify_poll(wait_queue_head_t* wait_address); 64 extern void notify_poll_with_key(wait_queue_head_t* wait_address, pollevent_t key);
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | poll.h | 60 extern void notify_poll(wait_queue_head_t* wait_address); 61 extern void notify_poll_with_key(wait_queue_head_t* wait_address, pollevent_t key);
|
/third_party/NuttX/fs/vfs/include/ |
D | file.h | 580 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p);
|