Searched refs:need_wait (Results 1 – 4 of 4) sorted by relevance
624 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in xsk_sendmsg() local631 if (unlikely(need_wait)) in xsk_sendmsg()648 bool need_wait = !(flags & MSG_DONTWAIT); in xsk_recvmsg() local658 if (unlikely(need_wait)) in xsk_recvmsg()
883 bool need_wait; in nfs_server_return_all_delegations() local889 need_wait = nfs_server_mark_return_all_delegations(server); in nfs_server_return_all_delegations()892 if (need_wait) { in nfs_server_return_all_delegations()
1675 bool need_wait; in __wait_discard_cmd_range() local1679 need_wait = false; in __wait_discard_cmd_range()1694 need_wait = true; in __wait_discard_cmd_range()1700 if (need_wait) { in __wait_discard_cmd_range()1731 bool need_wait = false; in f2fs_wait_discard_bio() local1741 need_wait = true; in f2fs_wait_discard_bio()1746 if (need_wait) in f2fs_wait_discard_bio()
2703 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local2770 if (need_wait && skb) { in tpacket_snd()2806 !need_wait, &err); in tpacket_snd()2874 (need_wait && packet_read_pending(&po->tx_ring)))); in tpacket_snd()
Completed in 27 milliseconds