Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dbusy_poll.h111 READ_ONCE(sk->sk_prefer_busy_poll), in sk_busy_loop()
Dsock.h489 u8 sk_prefer_busy_poll; member
/Linux-v5.15/net/xdp/
Dxsk.c630 return READ_ONCE(sk->sk_prefer_busy_poll) && READ_ONCE(sk->sk_ll_usec) && in xsk_no_wakeup()
/Linux-v5.15/net/core/
Dsock.c1270 WRITE_ONCE(sk->sk_prefer_busy_poll, valbool); in sock_setsockopt()
1676 v.val = READ_ONCE(sk->sk_prefer_busy_poll); in sock_getsockopt()