Searched refs:EPIOCGPARAMS (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| A 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()
|
| /linux/include/uapi/linux/ |
| A D | eventpoll.h | 99 #define EPIOCGPARAMS _IOR(EPOLL_IOC_TYPE, 0x02, struct epoll_params) macro
|
| /linux/fs/ |
| A D | eventpoll.c | 528 case EPIOCGPARAMS: in ep_eventpoll_bp_ioctl() 921 case EPIOCGPARAMS: in ep_eventpoll_ioctl()
|
Completed in 11 milliseconds