Searched refs:EPIOCGPARAMS (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/tools/testing/selftests/net/ |
D | epoll_busy_poll.c | 41 #define EPIOCGPARAMS _IOR(EPOLL_IOC_TYPE, 0x02, struct epoll_params) macro 73 ret = ioctl(self->invalid_fd, EPIOCGPARAMS, &self->params); in TEST_F() 140 ret = ioctl(self->fd, EPIOCGPARAMS, &self->params); in TEST_F() 157 ret = ioctl(self->fd, EPIOCGPARAMS, self->invalid_params); in TEST_F() 288 ret = ioctl(self->fd, EPIOCGPARAMS, &self->params); in TEST_F() 308 int invalid_ioctl = EPIOCGPARAMS + 10; in TEST_F()
|
D | busy_poller.c | 54 #define EPIOCGPARAMS _IOR(EPOLL_IOC_TYPE, 0x02, struct epoll_params) macro
|
/linux-6.14.4/include/uapi/linux/ |
D | eventpoll.h | 99 #define EPIOCGPARAMS _IOR(EPOLL_IOC_TYPE, 0x02, struct epoll_params) macro
|
/linux-6.14.4/fs/ |
D | eventpoll.c | 532 case EPIOCGPARAMS: in ep_eventpoll_bp_ioctl() 951 case EPIOCGPARAMS: in ep_eventpoll_ioctl()
|
/linux-6.14.4/Documentation/networking/ |
D | napi.rst | 263 file descriptor to set (``EPIOCSPARAMS``) or get (``EPIOCGPARAMS``) ``struct
|