Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Depoll_busy_poll.c96 struct epoll_params *invalid_params; in FIXTURE() local
156 self->invalid_params = (struct epoll_params *)0xdeadbeef; in TEST_F()
157 ret = ioctl(self->fd, EPIOCGPARAMS, self->invalid_params); in TEST_F()
259 self->invalid_params = (struct epoll_params *)0xdeadbeef; in TEST_F()
260 ret = ioctl(self->fd, EPIOCSPARAMS, self->invalid_params); in TEST_F()