Home
last modified time | relevance | path

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

/Linux-v6.1/net/kcm/
Dkcmsock.c859 bool not_busy = skb_queue_empty(&sk->sk_write_queue); in kcm_sendpage() local
868 } else if (kcm->tx_wait_more || not_busy) { in kcm_sendpage()
1028 bool not_busy = skb_queue_empty(&sk->sk_write_queue); in kcm_sendmsg() local
1039 } else if (kcm->tx_wait_more || not_busy) { in kcm_sendmsg()