Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/power/
Duser.c29 static bool need_wait; variable
82 need_wait = true; in snapshot_open()
172 if (need_wait) { in snapshot_write()
174 need_wait = false; in snapshot_write()
253 if (need_wait) { in snapshot_ioctl()
255 need_wait = false; in snapshot_ioctl()
/kernel/linux/linux-5.10/fs/nfs/
Ddelegation.c860 bool need_wait; in nfs_server_return_all_delegations() local
866 need_wait = nfs_server_mark_return_all_delegations(server); in nfs_server_return_all_delegations()
869 if (need_wait) { in nfs_server_return_all_delegations()
/kernel/linux/linux-5.10/net/xdp/
Dxsk.c482 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in xsk_sendmsg() local
488 if (unlikely(need_wait)) in xsk_sendmsg()
/kernel/linux/linux-5.10/fs/f2fs/
Dsegment.c1757 bool need_wait; in __wait_discard_cmd_range() local
1761 need_wait = false; in __wait_discard_cmd_range()
1776 need_wait = true; in __wait_discard_cmd_range()
1782 if (need_wait) { in __wait_discard_cmd_range()
1813 bool need_wait = false; in f2fs_wait_discard_bio() local
1823 need_wait = true; in f2fs_wait_discard_bio()
1828 if (need_wait) in f2fs_wait_discard_bio()
/kernel/linux/linux-5.10/net/packet/
Daf_packet.c2680 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local
2747 if (need_wait && skb) { in tpacket_snd()
2783 !need_wait, &err); in tpacket_snd()
2853 (need_wait && packet_read_pending(&po->tx_ring)))); in tpacket_snd()