Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c386 bool must_wait = true; in nouveau_fence_sync() local
394 must_wait = false; in nouveau_fence_sync()
396 if (!must_wait) in nouveau_fence_sync()
/linux/fs/
H A Duserfaultfd.c370 bool must_wait; in handle_userfault() local
494 must_wait = userfaultfd_must_wait(ctx, vmf, reason); in handle_userfault()
496 must_wait = userfaultfd_huge_must_wait(ctx, vmf, reason); in handle_userfault()
501 if (likely(must_wait && !READ_ONCE(ctx->released))) { in handle_userfault()
/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()
/linux/fs/bcachefs/
H A Dtrace.h1065 __field(long, must_wait )
1073 __entry->must_wait = __bch2_btree_key_cache_must_wait(trans->c);
1076 TP_printk("%s %pS key cache keys %lu dirty %lu must_wait %li",
1080 __entry->must_wait)