Home
last modified time | relevance | path

Searched refs:need_wait (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/kernel/power/
H A 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-6.6/kernel/power/
H A Duser.c29 static bool need_wait; variable
83 need_wait = true; in snapshot_open()
176 if (need_wait) { in snapshot_write()
178 need_wait = false; in snapshot_write()
257 if (need_wait) { in snapshot_ioctl()
259 need_wait = false; in snapshot_ioctl()
/kernel/linux/linux-6.6/mm/damon/
H A Dsysfs.c1490 bool need_wait = true; in damon_sysfs_handle_cmd() local
1515 while (need_wait) { in damon_sysfs_handle_cmd()
1521 need_wait = false; in damon_sysfs_handle_cmd()
1524 need_wait = false; in damon_sysfs_handle_cmd()
/kernel/linux/linux-5.10/fs/nfs/
H A 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-6.6/fs/nfs/
H A Ddelegation.c881 bool need_wait; in nfs_server_return_all_delegations() local
887 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()
/kernel/linux/linux-6.6/net/xdp/
H A Dxsk.c835 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in __xsk_sendmsg() local
844 if (unlikely(need_wait)) in __xsk_sendmsg()
880 bool need_wait = !(flags & MSG_DONTWAIT); in __xsk_recvmsg() local
890 if (unlikely(need_wait)) in __xsk_recvmsg()
/kernel/linux/linux-5.10/net/xdp/
H A 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/
H A 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/
H A Daf_packet.c2684 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local
2751 if (need_wait && skb) { in tpacket_snd()
2787 !need_wait, &err); in tpacket_snd()
2857 (need_wait && packet_read_pending(&po->tx_ring)))); in tpacket_snd()
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c2735 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local
2803 if (need_wait && skb) { in tpacket_snd()
2839 !need_wait, &err); in tpacket_snd()
2908 (need_wait && packet_read_pending(&po->tx_ring)))); in tpacket_snd()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.c1793 bool need_wait = false; in f2fs_wait_discard_bio() local
1824 need_wait = true; in f2fs_wait_discard_bio()
1829 if (need_wait) in f2fs_wait_discard_bio()

Completed in 42 milliseconds