Searched defs:prefer_busy_poll (Results 1 – 5 of 5) sorted by relevance
/linux/include/uapi/linux/ |
H A D | eventpoll.h | 91 __u8 prefer_busy_poll; member
|
H A D | io_uring.h | 872 __u8 prefer_busy_poll; global() member
|
/linux/tools/testing/selftests/net/ |
H A D | epoll_busy_poll.c | 33 uint8_t prefer_busy_poll; member
|
/linux/fs/ |
H A D | eventpoll.c | 236 bool prefer_busy_poll; member 446 bool prefer_busy_poll = READ_ONCE(ep->prefer_busy_poll); in ep_busy_loop() local
|
/linux/net/core/ |
H A D | dev.c | 6807 napi_busy_loop_rcu(unsigned int napi_id,bool (* loop_end)(void *,unsigned long),void * loop_end_arg,bool prefer_busy_poll,u16 budget) napi_busy_loop_rcu() argument 6819 napi_busy_loop(unsigned int napi_id,bool (* loop_end)(void *,unsigned long),void * loop_end_arg,bool prefer_busy_poll,u16 budget) napi_busy_loop() argument
|