Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dbusy_poll.h112 READ_ONCE(sk->sk_prefer_busy_poll), in sk_busy_loop()
H A Dsock.h498 u8 sk_prefer_busy_poll; member
/openbmc/linux/net/core/
H A Dsock.c1423 WRITE_ONCE(sk->sk_prefer_busy_poll, valbool); in sk_setsockopt()
1920 v.val = READ_ONCE(sk->sk_prefer_busy_poll); in sk_getsockopt()
/openbmc/linux/net/xdp/
H A Dxsk.c816 return READ_ONCE(sk->sk_prefer_busy_poll) && READ_ONCE(sk->sk_ll_usec) && in xsk_no_wakeup()