Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvif/
Dtimer.h23 struct nvif_timer_wait _wait; \
26 nvif_timer_wait_init((d), (n), &_wait); \
29 } while ((_taken = nvif_timer_wait_test(&_wait)) >= 0); \
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/subdev/
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"); \
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_display_rps.c21 static int do_rps_boost(struct wait_queue_entry *_wait, in do_rps_boost() argument
24 struct wait_rps_boost *wait = container_of(_wait, typeof(*wait), wait); in do_rps_boost()
/linux-6.6.21/include/linux/
Dcrypto.h383 #define DECLARE_CRYPTO_WAIT(_wait) \ argument
384 struct crypto_wait _wait = { \
385 COMPLETION_INITIALIZER_ONSTACK((_wait).completion), 0 }
Drandom.h134 static inline int get_random_ ## name ## _wait(ret_type *out) { \
/linux-6.6.21/arch/mips/include/asm/
Duasm.h180 Ip_u1(_wait);
/linux-6.6.21/arch/mips/mm/
Duasm.c377 I_u1(_wait);