Searched refs:must_wait (Results 1 – 5 of 5) sorted by relevance
273 bool must_wait; in throttle_group_schedule_timer() local284 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() local335 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() local376 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()
388 bool must_wait = true; in nouveau_fence_sync() local396 must_wait = false; in nouveau_fence_sync()398 if (!must_wait) in nouveau_fence_sync()
439 bool must_wait; in throttle_schedule_timer() local445 must_wait = throttle_compute_timer(ts, in throttle_schedule_timer()451 if (!must_wait) { in throttle_schedule_timer()
419 bool must_wait; in handle_userfault() local552 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()
2596 int must_wait = 0; in origin_write_extent() local2609 must_wait = 1; in origin_write_extent()2612 return must_wait; in origin_write_extent()