Searched refs:need_wait (Results 1 – 2 of 2) sorted by relevance
647 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in __xsk_sendmsg() local654 if (unlikely(need_wait)) in __xsk_sendmsg()682 bool need_wait = !(flags & MSG_DONTWAIT); in __xsk_recvmsg() local692 if (unlikely(need_wait)) in __xsk_recvmsg()
2687 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local2754 if (need_wait && skb) { in tpacket_snd()2790 !need_wait, &err); in tpacket_snd()2860 (need_wait && packet_read_pending(&po->tx_ring)))); in tpacket_snd()