Searched defs:prefer_busy_poll (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Deventpoll.h91 __u8 prefer_busy_poll; member in struct:epoll_params
H A Dio_uring.h714 __u8 prefer_busy_poll; member in struct:io_uring_napi
/linux-master/fs/
H A Deventpoll.c235 bool prefer_busy_poll; member in struct:eventpoll
443 bool prefer_busy_poll = READ_ONCE(ep->prefer_busy_poll); local
[all...]
/linux-master/net/core/
H A Ddev.c6343 napi_busy_loop_rcu(unsigned int napi_id, bool (*loop_end)(void *, unsigned long), void *loop_end_arg, bool prefer_busy_poll, u16 budget) argument
6355 napi_busy_loop(unsigned int napi_id, bool (*loop_end)(void *, unsigned long), void *loop_end_arg, bool prefer_busy_poll, u16 budget) argument

Completed in 292 milliseconds