Home
last modified time | relevance | path

Searched defs:epoll_params (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/include/uapi/linux/
Deventpoll.h88 struct epoll_params { struct
98 #define EPIOCSPARAMS _IOW(EPOLL_IOC_TYPE, 0x01, struct epoll_params) argument
/linux-6.14.4/tools/testing/selftests/net/
Dbusy_poller.c43 struct epoll_params { struct
53 #define EPIOCSPARAMS _IOW(EPOLL_IOC_TYPE, 0x01, struct epoll_params) argument
262 struct epoll_params epoll_params = {0}; in run_poller() local
Depoll_busy_poll.c30 struct epoll_params { struct
40 #define EPIOCSPARAMS _IOW(EPOLL_IOC_TYPE, 0x01, struct epoll_params) argument
/linux-6.14.4/fs/
Deventpoll.c507 struct epoll_params epoll_params; in ep_eventpoll_bp_ioctl() local