Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/drivers/tee/optee/
H A Dcall.c61 bool need_wait = false; in optee_cq_wait_init() local
94 need_wait = true; in optee_cq_wait_init()
99 while (need_wait) { in optee_cq_wait_init()
110 need_wait = false; in optee_cq_wait_init()
/linux-6.15/fs/nfs/
H A Ddelegation.c950 bool need_wait; in nfs_server_return_all_delegations() local
956 need_wait = nfs_server_mark_return_all_delegations(server); in nfs_server_return_all_delegations()
959 if (need_wait) { in nfs_server_return_all_delegations()
/linux-6.15/net/xdp/
H A Dxsk.c904 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in __xsk_sendmsg() local
913 if (unlikely(need_wait)) in __xsk_sendmsg()
946 bool need_wait = !(flags & MSG_DONTWAIT); in __xsk_recvmsg() local
956 if (unlikely(need_wait)) in __xsk_recvmsg()
/linux-6.15/net/netfilter/ipset/
H A Dip_set_core.c1202 bool need_wait = false; in _destroy_all_sets() local
1210 need_wait = true; in _destroy_all_sets()
1214 if (need_wait) in _destroy_all_sets()
/linux-6.15/net/packet/
H A Daf_packet.c2780 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local
2848 if (need_wait && skb) { in tpacket_snd()
2884 !need_wait, &err); in tpacket_snd()
2953 (need_wait && packet_read_pending(&po->tx_ring)))); in tpacket_snd()
/linux-6.15/fs/f2fs/
H A Dsegment.c1828 bool need_wait = false; in f2fs_wait_discard_bio() local
1859 need_wait = true; in f2fs_wait_discard_bio()
1864 if (need_wait) in f2fs_wait_discard_bio()