Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dthrottle-groups.c273 bool must_wait; in throttle_group_schedule_timer() local
284 must_wait = throttle_schedule_timer(ts, tt, direction); in throttle_group_schedule_timer()
287 if (must_wait) { in throttle_group_schedule_timer()
292 return must_wait; in throttle_group_schedule_timer()
325 bool must_wait; in schedule_next_request() local
335 must_wait = throttle_group_schedule_timer(token, direction); in schedule_next_request()
338 if (!must_wait) { in schedule_next_request()
365 bool must_wait; in throttle_group_co_io_limits_intercept() local
376 must_wait = throttle_group_schedule_timer(token, direction); in throttle_group_co_io_limits_intercept()
379 if (must_wait || tgm->pending_reqs[direction]) { in throttle_group_co_io_limits_intercept()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c388 bool must_wait = true; in nouveau_fence_sync() local
396 must_wait = false; in nouveau_fence_sync()
398 if (!must_wait) in nouveau_fence_sync()
/openbmc/qemu/util/
H A Dthrottle.c439 bool must_wait; in throttle_schedule_timer() local
445 must_wait = throttle_compute_timer(ts, in throttle_schedule_timer()
451 if (!must_wait) { in throttle_schedule_timer()
/openbmc/linux/fs/
H A Duserfaultfd.c419 bool must_wait; in handle_userfault() local
552 must_wait = userfaultfd_must_wait(ctx, vmf, reason); in handle_userfault()
554 must_wait = userfaultfd_huge_must_wait(ctx, vmf, reason); in handle_userfault()
559 if (likely(must_wait && !READ_ONCE(ctx->released))) { in handle_userfault()
/openbmc/linux/drivers/md/
H A Ddm-snap.c2596 int must_wait = 0; in origin_write_extent() local
2609 must_wait = 1; in origin_write_extent()
2612 return must_wait; in origin_write_extent()