Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_fence.c412 bool must_wait = true; in nouveau_fence_sync() local
419 must_wait = false; in nouveau_fence_sync()
423 if (must_wait) in nouveau_fence_sync()
434 bool must_wait = true; in nouveau_fence_sync() local
444 must_wait = false; in nouveau_fence_sync()
448 if (must_wait) in nouveau_fence_sync()
/linux-4.1.27/drivers/md/
Ddm-snap.c2190 int must_wait = 0; in origin_write_extent() local
2203 must_wait = 1; in origin_write_extent()
2206 return must_wait; in origin_write_extent()