Home
last modified time | relevance | path

Searched refs:not_busy (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/kcm/
H A Dkcmsock.c858 bool not_busy = skb_queue_empty(&sk->sk_write_queue); in kcm_sendpage() local
867 } else if (kcm->tx_wait_more || not_busy) { in kcm_sendpage()
1027 bool not_busy = skb_queue_empty(&sk->sk_write_queue); in kcm_sendmsg() local
1038 } else if (kcm->tx_wait_more || not_busy) { in kcm_sendmsg()
/kernel/linux/linux-6.6/net/kcm/
H A Dkcmsock.c893 bool not_busy = skb_queue_empty(&sk->sk_write_queue); in kcm_sendmsg() local
904 } else if (kcm->tx_wait_more || not_busy) { in kcm_sendmsg()

Completed in 4 milliseconds