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

/linux-master/kernel/power/
H A Duser.c29 static bool need_wait; variable
83 need_wait = true;
176 if (need_wait) {
178 need_wait = false;
257 if (need_wait) {
259 need_wait = false;
/linux-master/drivers/tee/optee/
H A Dcall.c61 bool need_wait = false; local
94 need_wait = true;
99 while (need_wait) {
110 need_wait = false;
/linux-master/mm/damon/
H A Dsysfs.c1589 bool need_wait = true; local
1614 while (need_wait) {
1620 need_wait = false;
1623 need_wait = false;
/linux-master/fs/nfs/
H A Ddelegation.c878 bool need_wait; local
884 need_wait = nfs_server_mark_return_all_delegations(server);
887 if (need_wait) {
/linux-master/net/xdp/
H A Dxsk.c910 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); local
919 if (unlikely(need_wait))
955 bool need_wait = !(flags & MSG_DONTWAIT); local
965 if (unlikely(need_wait))
/linux-master/net/packet/
H A Daf_packet.c2729 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); local
2797 if (need_wait && skb) {
2833 !need_wait, &err);
2902 (need_wait && packet_read_pending(&po->tx_ring))));
/linux-master/fs/f2fs/
H A Dsegment.c1804 bool need_wait = false; local
1835 need_wait = true;
1840 if (need_wait)

Completed in 228 milliseconds