Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/qemu/util/
H A Daio-posix.c465 return ctx->fdmon_ops->need_wait != aio_poll_disabled; in fdmon_supports_polling()
550 } while (elapsed_time < max_ns && !ctx->fdmon_ops->need_wait(ctx)); in run_poll_handlers()
589 if (max_ns && !ctx->fdmon_ops->need_wait(ctx)) { in try_poll_mode()
659 if (timeout || ctx->fdmon_ops->need_wait(ctx)) { in aio_poll()
H A Dfdmon-poll.c106 .need_wait = aio_poll_disabled,
H A Dfdmon-epoll.c99 .need_wait = aio_poll_disabled,
H A Dfdmon-io_uring.c321 .need_wait = fdmon_io_uring_need_wait,
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c201 int need_wait; member
807 info->need_wait = 0; in prepare_start_command()
1069 info->need_wait = 1; in nand_cmdfunc()
1147 info->need_wait = 1; in nand_cmdfunc_extended()
1157 info->need_wait = 0; in nand_cmdfunc_extended()
1406 if (info->need_wait) { in pxa3xx_nand_waitfunc()
1409 info->need_wait = 0; in pxa3xx_nand_waitfunc()
/openbmc/linux/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()
/openbmc/qemu/include/block/
H A Daio.h108 bool (*need_wait)(AioContext *ctx); member
/openbmc/linux/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()
/openbmc/linux/fs/nfs/
H A Ddelegation.c878 bool need_wait; in nfs_server_return_all_delegations() local
884 need_wait = nfs_server_mark_return_all_delegations(server); in nfs_server_return_all_delegations()
887 if (need_wait) { in nfs_server_return_all_delegations()
/openbmc/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()
/openbmc/linux/net/packet/
H A Daf_packet.c2786 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local
2854 if (need_wait && skb) { in tpacket_snd()
2890 !need_wait, &err); in tpacket_snd()
2959 (need_wait && packet_read_pending(&po->tx_ring)))); in tpacket_snd()
/openbmc/linux/fs/f2fs/
H A Dsegment.c1810 bool need_wait = false; in f2fs_wait_discard_bio() local
1841 need_wait = true; in f2fs_wait_discard_bio()
1846 if (need_wait) in f2fs_wait_discard_bio()