Home
last modified time | relevance | path

Searched refs:epoll_params (Results 1 – 2 of 2) sorted by relevance

/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
41 #define EPIOCGPARAMS _IOR(EPOLL_IOC_TYPE, 0x02, struct epoll_params)
47 struct epoll_params params; in FIXTURE()
81 memset(&self->params, 0, sizeof(struct epoll_params)); in TEST_F()
95 struct epoll_params params; in FIXTURE()
96 struct epoll_params *invalid_params; in FIXTURE()
156 self->invalid_params = (struct epoll_params *)0xdeadbeef; in TEST_F()
170 memset(&self->params, 0, sizeof(struct epoll_params)); in TEST_F()
259 self->invalid_params = (struct epoll_params *)0xdeadbeef; in TEST_F()
[all …]
/linux/include/uapi/linux/
H A Deventpoll.h88 struct epoll_params { struct
98 #define EPIOCSPARAMS _IOW(EPOLL_IOC_TYPE, 0x01, struct epoll_params) argument
99 #define EPIOCGPARAMS _IOR(EPOLL_IOC_TYPE, 0x02, struct epoll_params)