Searched refs:prefer_busy_poll (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/testing/selftests/net/ |
D | epoll_busy_poll.c | 33 uint8_t prefer_busy_poll; member 137 self->params.prefer_busy_poll = 1; in TEST_F() 150 EXPECT_EQ(0, self->params.prefer_busy_poll) in TEST_F() 195 self->params.prefer_busy_poll = 2; in TEST_F() 207 self->params.prefer_busy_poll = 1; in TEST_F() 277 self->params.prefer_busy_poll = 1; in TEST_F() 299 EXPECT_EQ(1, self->params.prefer_busy_poll) in TEST_F()
|
/linux-6.12.1/include/net/ |
D | busy_poll.h | 49 void *loop_end_arg, bool prefer_busy_poll, u16 budget); 53 void *loop_end_arg, bool prefer_busy_poll, u16 budget);
|
/linux-6.12.1/io_uring/ |
D | napi.c | 228 .prefer_busy_poll = ctx->napi_prefer_busy_poll in io_register_napi() 243 WRITE_ONCE(ctx->napi_prefer_busy_poll, !!napi.prefer_busy_poll); in io_register_napi() 260 .prefer_busy_poll = ctx->napi_prefer_busy_poll in io_unregister_napi()
|
/linux-6.12.1/include/uapi/linux/ |
D | eventpoll.h | 91 __u8 prefer_busy_poll; member
|
D | io_uring.h | 774 __u8 prefer_busy_poll; member
|
/linux-6.12.1/fs/ |
D | eventpoll.c | 235 bool prefer_busy_poll; member 443 bool prefer_busy_poll = READ_ONCE(ep->prefer_busy_poll); in ep_busy_loop() local 450 ep, prefer_busy_poll, budget); in ep_busy_loop() 517 if (epoll_params.prefer_busy_poll > 1) in ep_eventpoll_bp_ioctl() 526 WRITE_ONCE(ep->prefer_busy_poll, epoll_params.prefer_busy_poll); in ep_eventpoll_bp_ioctl() 532 epoll_params.prefer_busy_poll = READ_ONCE(ep->prefer_busy_poll); in ep_eventpoll_bp_ioctl()
|
/linux-6.12.1/net/core/ |
D | dev.c | 6486 void *loop_end_arg, bool prefer_busy_poll, u16 budget) in napi_busy_loop_rcu() argument 6490 if (prefer_busy_poll) in napi_busy_loop_rcu() 6498 void *loop_end_arg, bool prefer_busy_poll, u16 budget) in napi_busy_loop() argument 6500 unsigned flags = prefer_busy_poll ? NAPI_F_PREFER_BUSY_POLL : 0; in napi_busy_loop()
|