Home
last modified time | relevance | path

Searched refs:poll_queue (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h49 * 2.The lock and poll_queue are only used for poll operation: poll_queue is used to link poll_wait_node,
50 * and lock is used to protect this poll_queue.
55 LOS_DL_LIST poll_queue; member
63 { &wq.poll_queue, &wq.poll_queue } }
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_semaphore.c137 LOS_ListInit(&wait->poll_queue); in __init_waitqueue_head()
/third_party/NuttX/fs/vfs/
H A Dfs_poll.c193 LOS_ListAdd(&queue->poll_queue, &new_node->queue_node); in add_pollwait_queue()
326 LOS_DL_LIST_FOR_EACH_ENTRY(curr, &(wait_address->poll_queue), poll_wait_node, queue_node) in notify_poll_with_key()
/third_party/NuttX/drivers/pipes/
H A Dpipe_common.c142 LOS_ListInit(&dev->wq.poll_queue); in pipecommon_allocdev()

Completed in 3 milliseconds