Home
last modified time | relevance | path

Searched refs:unix_recvq_full_lockless (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/unix/
Daf_unix.c197 static inline int unix_recvq_full_lockless(const struct sock *sk) in unix_recvq_full_lockless() function
441 if (unix_recvq_full_lockless(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me()
1239 unix_recvq_full_lockless(other); in unix_wait_for_peer()
1831 unix_recvq_full_lockless(other))) { in unix_dgram_sendmsg()
2797 unix_recvq_full_lockless(other) && in unix_dgram_poll()
/kernel/linux/linux-6.6/net/unix/
Daf_unix.c230 static inline int unix_recvq_full_lockless(const struct sock *sk) in unix_recvq_full_lockless() function
525 if (unix_recvq_full_lockless(other) && !sock_flag(other, SOCK_DEAD)) in unix_dgram_peer_wake_me()
1462 unix_recvq_full_lockless(other); in unix_wait_for_peer()
2051 unix_recvq_full_lockless(other))) { in unix_dgram_sendmsg()
3155 unix_recvq_full_lockless(other) && in unix_dgram_poll()