Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 4 of 4) sorted by relevance

/io_uring/
Dpoll.c113 return &req->apoll->poll; in io_poll_get_single()
167 static void io_init_poll_iocb(struct io_poll *poll, __poll_t events, in io_init_poll_iocb() argument
170 poll->head = NULL; in io_init_poll_iocb()
173 poll->events = events | IO_POLL_UNMASK; in io_init_poll_iocb()
174 INIT_LIST_HEAD(&poll->wait.entry); in io_init_poll_iocb()
175 init_waitqueue_func_entry(&poll->wait, wake_func); in io_init_poll_iocb()
178 static inline void io_poll_remove_entry(struct io_poll *poll) in io_poll_remove_entry() argument
180 struct wait_queue_head *head = smp_load_acquire(&poll->head); in io_poll_remove_entry()
184 list_del_init(&poll->wait.entry); in io_poll_remove_entry()
185 poll->head = NULL; in io_poll_remove_entry()
[all …]
Dpoll.h21 struct io_poll poll; member
DMakefile9 sqpoll.o fdinfo.o tctx.o poll.o \
Dio_uring.c3378 .poll = io_uring_poll,