Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/include/nvkm/subdev/
A Dtimer.h53 struct nvkm_timer_wait _wait; \
57 nvkm_timer_wait_init((d), (n), &_wait); \
60 } while ((_taken = nvkm_timer_wait_test(&_wait)) >= 0); \
63 dev_WARN(_wait.tmr->subdev.device->dev, "timeout\n"); \
/drivers/gpu/drm/nouveau/include/nvif/
A Dtimer.h23 struct nvif_timer_wait _wait; \
26 nvif_timer_wait_init((d), (n), &_wait); \
29 } while ((_taken = nvif_timer_wait_test(&_wait)) >= 0); \
/drivers/gpu/drm/i915/display/
A Dintel_display_rps.c24 static int do_rps_boost(struct wait_queue_entry *_wait, in do_rps_boost() argument
27 struct wait_rps_boost *wait = container_of(_wait, typeof(*wait), wait); in do_rps_boost()

Completed in 5 milliseconds