Home
last modified time | relevance | path

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

/linux/include/net/
H A Dbusy_poll.h124 READ_ONCE(sk->sk_prefer_busy_poll), in sk_busy_loop()
H A Dsock.h440 u8 sk_prefer_busy_poll; member
/linux/net/core/
H A Dsock.c1243 WRITE_ONCE(sk->sk_prefer_busy_poll, valbool); in sk_setsockopt()
2072 v.val = READ_ONCE(sk->sk_prefer_busy_poll); in sk_getsockopt()
/linux/net/xdp/
H A Dxsk.c1347 return READ_ONCE(sk->sk_prefer_busy_poll) && READ_ONCE(sk->sk_ll_usec) && in xsk_no_wakeup()