Home
last modified time | relevance | path

Searched refs:prefer_busy_poll (Results 1 – 7 of 7) 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.h49 void *loop_end_arg, bool prefer_busy_poll, u16 budget);
53 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.h853 __u8 prefer_busy_poll; member
/linux/Documentation/networking/
H A Dnapi.rst271 uint8_t prefer_busy_poll;
293 busy polling applications, the ``prefer_busy_poll`` field of ``struct
347 3. The ``prefer_busy_poll`` flag must be set to true. This can be done using
/linux/net/core/
H A Ddev.c6715 void *loop_end_arg, bool prefer_busy_poll, u16 budget) in napi_busy_loop_rcu() argument
6719 if (prefer_busy_poll) in napi_busy_loop_rcu()
6727 void *loop_end_arg, bool prefer_busy_poll, u16 budget) in napi_busy_loop() argument
6729 unsigned flags = prefer_busy_poll ? NAPI_F_PREFER_BUSY_POLL : 0; in napi_busy_loop()