Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Depoll_busy_poll.c33 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 Dbusy_poll.h54 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 Dnapi.c280 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 Deventpoll.h91 __u8 prefer_busy_poll; member
H A Dio_uring.h907 __u8 prefer_busy_poll; member
/linux/net/core/
H A Ddev.c6969 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()