Searched refs:need_wait (Results 1 – 4 of 4) sorted by relevance
639 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in xsk_sendmsg() local646 if (unlikely(need_wait)) in xsk_sendmsg()663 bool need_wait = !(flags & MSG_DONTWAIT); in xsk_recvmsg() local673 if (unlikely(need_wait)) in xsk_recvmsg()
881 bool need_wait; in nfs_server_return_all_delegations() local887 need_wait = nfs_server_mark_return_all_delegations(server); in nfs_server_return_all_delegations()890 if (need_wait) { in nfs_server_return_all_delegations()
1655 bool need_wait; in __wait_discard_cmd_range() local1659 need_wait = false; in __wait_discard_cmd_range()1674 need_wait = true; in __wait_discard_cmd_range()1680 if (need_wait) { in __wait_discard_cmd_range()1711 bool need_wait = false; in f2fs_wait_discard_bio() local1721 need_wait = true; in f2fs_wait_discard_bio()1726 if (need_wait) in f2fs_wait_discard_bio()
2668 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local2735 if (need_wait && skb) { in tpacket_snd()2771 !need_wait, &err); in tpacket_snd()2839 (need_wait && packet_read_pending(&po->tx_ring)))); in tpacket_snd()