Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Ddelegation.c995 bool need_wait; in nfs_server_return_all_delegations() local
1001 need_wait = nfs_server_mark_return_all_delegations(server); in nfs_server_return_all_delegations()
1004 if (need_wait) { in nfs_server_return_all_delegations()
/linux/net/xdp/
H A Dxsk.c1342 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in __xsk_sendmsg() local
1351 if (unlikely(need_wait)) in __xsk_sendmsg()
1384 bool need_wait = !(flags & MSG_DONTWAIT); in __xsk_recvmsg() local
1394 if (unlikely(need_wait)) in __xsk_recvmsg()
/linux/net/netfilter/ipset/
H A Dip_set_core.c1214 bool need_wait = false; in _destroy_all_sets() local
1222 need_wait = true; in _destroy_all_sets()
1226 if (need_wait) in _destroy_all_sets()
/linux/net/packet/
H A Daf_packet.c2750 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local
2825 if (need_wait && packet_read_pending(&po->tx_ring)) { in tpacket_snd()
2865 !need_wait, &err); in tpacket_snd()