Home
last modified time | relevance | path

Searched refs:sk_prefer_busy_poll (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/net/
Dbusy_poll.h111 READ_ONCE(sk->sk_prefer_busy_poll), in sk_busy_loop()
Dsock.h493 u8 sk_prefer_busy_poll; member
/linux-6.1.9/net/xdp/
Dxsk.c623 return READ_ONCE(sk->sk_prefer_busy_poll) && READ_ONCE(sk->sk_ll_usec) && in xsk_no_wakeup()
/linux-6.1.9/net/core/
Dsock.c1406 WRITE_ONCE(sk->sk_prefer_busy_poll, valbool); in sk_setsockopt()
1851 v.val = READ_ONCE(sk->sk_prefer_busy_poll); in sk_getsockopt()