Home
last modified time | relevance | path

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

/linux/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/net/xdp/
H A Dxsk.c1027 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in __xsk_sendmsg()
1036 if (unlikely(need_wait)) in __xsk_sendmsg()
1069 bool need_wait = !(flags & MSG_DONTWAIT); in __xsk_recvmsg()
1079 if (unlikely(need_wait)) in __xsk_recvmsg()
1029 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); __xsk_sendmsg() local
1071 bool need_wait = !(flags & MSG_DONTWAIT); __xsk_recvmsg() local
/linux/fs/nfs/
H A Ddelegation.c976 bool need_wait; in nfs_server_return_all_delegations() local
982 need_wait = nfs_server_mark_return_all_delegations(server); in nfs_server_return_all_delegations()
985 if (need_wait) { in nfs_server_return_all_delegations()
/linux/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/fs/f2fs/
H A Dsegment.c1834 bool need_wait = false; in f2fs_wait_discard_bio() local
1865 need_wait = true; in f2fs_wait_discard_bio()
1870 if (need_wait) in f2fs_wait_discard_bio()