Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_fence.c411 bool must_wait = true; in nouveau_fence_sync() local
418 must_wait = false; in nouveau_fence_sync()
422 if (must_wait) in nouveau_fence_sync()
433 bool must_wait = true; in nouveau_fence_sync() local
443 must_wait = false; in nouveau_fence_sync()
447 if (must_wait) in nouveau_fence_sync()
/linux-4.4.14/fs/
Duserfaultfd.c267 bool must_wait, return_to_userland; in handle_userfault() local
356 must_wait = userfaultfd_must_wait(ctx, address, flags, reason); in handle_userfault()
359 if (likely(must_wait && !ACCESS_ONCE(ctx->released) && in handle_userfault()
/linux-4.4.14/drivers/md/
Ddm-snap.c2214 int must_wait = 0; in origin_write_extent() local
2227 must_wait = 1; in origin_write_extent()
2230 return must_wait; in origin_write_extent()