Home
last modified time | relevance | path

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

/linux/net/xdp/
A Dxsk.c624 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in xsk_sendmsg() local
631 if (unlikely(need_wait)) in xsk_sendmsg()
648 bool need_wait = !(flags & MSG_DONTWAIT); in xsk_recvmsg() local
658 if (unlikely(need_wait)) in xsk_recvmsg()
/linux/fs/nfs/
A Ddelegation.c883 bool need_wait; in nfs_server_return_all_delegations() local
889 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()
/linux/fs/f2fs/
A Dsegment.c1675 bool need_wait; in __wait_discard_cmd_range() local
1679 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() local
1741 need_wait = true; in f2fs_wait_discard_bio()
1746 if (need_wait) in f2fs_wait_discard_bio()
/linux/net/packet/
A Daf_packet.c2703 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local
2770 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