Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Depoll_busy_poll.c31 uint32_t busy_poll_usecs; member
135 self->params.busy_poll_usecs = 0xff; in TEST_F()
144 EXPECT_EQ(0, self->params.busy_poll_usecs) in TEST_F()
183 self->params.busy_poll_usecs = (uint32_t)INT_MAX + 1; in TEST_F()
194 self->params.busy_poll_usecs = 32; in TEST_F()
206 self->params.busy_poll_usecs = 32; in TEST_F()
275 self->params.busy_poll_usecs = 25; in TEST_F()
293 EXPECT_EQ(25, self->params.busy_poll_usecs) in TEST_F()
H A Dbusy_poller.c44 uint32_t busy_poll_usecs; member
287 epoll_params.busy_poll_usecs = cfg_busy_poll_usecs; in run_poller()
/linux/include/uapi/linux/
H A Deventpoll.h89 __u32 busy_poll_usecs; member
/linux/fs/
H A Deventpoll.c233 u32 busy_poll_usecs; member
410 unsigned long bp_usec = READ_ONCE(ep->busy_poll_usecs); in busy_loop_ep_timeout()
424 return !!READ_ONCE(ep->busy_poll_usecs) || in ep_busy_loop_on()
519 if (epoll_params.busy_poll_usecs > S32_MAX) in ep_eventpoll_bp_ioctl()
529 WRITE_ONCE(ep->busy_poll_usecs, epoll_params.busy_poll_usecs); in ep_eventpoll_bp_ioctl()
535 epoll_params.busy_poll_usecs = READ_ONCE(ep->busy_poll_usecs); in ep_eventpoll_bp_ioctl()
/linux/Documentation/translations/zh_CN/networking/
H A Dnapi.rst248 uint32_t busy_poll_usecs;
/linux/Documentation/networking/
H A Dnapi.rst300 uint32_t busy_poll_usecs;