Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Deventpoll.h88 struct epoll_params { struct
98 #define EPIOCSPARAMS _IOW(EPOLL_IOC_TYPE, 0x01, struct epoll_params) argument
/linux/tools/testing/selftests/net/
H A Depoll_busy_poll.c30 struct epoll_params { struct
40 #define EPIOCSPARAMS _IOW(EPOLL_IOC_TYPE, 0x01, struct epoll_params) argument
/linux/fs/
H A Deventpoll.c503 struct epoll_params epoll_params; in ep_eventpoll_bp_ioctl() local