Searched refs:prefer_busy_poll (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A 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/include/net/ |
| H A D | busy_poll.h | 54 void *loop_end_arg, bool prefer_busy_poll, u16 budget); 58 void *loop_end_arg, bool prefer_busy_poll, u16 budget);
|
| /linux/io_uring/ |
| H A D | napi.c | 280 WRITE_ONCE(ctx->napi_prefer_busy_poll, !!napi->prefer_busy_poll); in io_napi_register_napi() 295 .prefer_busy_poll = ctx->napi_prefer_busy_poll, in io_register_napi() 338 .prefer_busy_poll = ctx->napi_prefer_busy_poll in io_unregister_napi()
|
| /linux/include/uapi/linux/ |
| H A D | eventpoll.h | 91 __u8 prefer_busy_poll; member
|
| H A D | io_uring.h | 907 __u8 prefer_busy_poll; member
|
| /linux/net/core/ |
| H A D | dev.c | 6969 void *loop_end_arg, bool prefer_busy_poll, u16 budget) in napi_busy_loop_rcu() argument 6973 if (prefer_busy_poll) in napi_busy_loop_rcu() 6981 void *loop_end_arg, bool prefer_busy_poll, u16 budget) in napi_busy_loop() argument 6983 unsigned flags = prefer_busy_poll ? NAPI_F_PREFER_BUSY_POLL : 0; in napi_busy_loop()
|