Searched refs:_wait (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | timer.h | 53 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"); \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | timer.h | 23 struct nvif_timer_wait _wait; \ 26 nvif_timer_wait_init((d), (n), &_wait); \ 29 } while ((_taken = nvif_timer_wait_test(&_wait)) >= 0); \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | timer.h | 23 struct nvif_timer_wait _wait; \ 26 nvif_timer_wait_init((d), (n), &_wait); \ 29 } while ((_taken = nvif_timer_wait_test(&_wait)) >= 0); \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | timer.h | 53 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"); \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_display_rps.c | 21 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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | crypto.h | 383 #define DECLARE_CRYPTO_WAIT(_wait) \ 384 struct crypto_wait _wait = { \ 385 COMPLETION_INITIALIZER_ONSTACK((_wait).completion), 0 }
|
H A D | random.h | 134 static inline int get_random_ ## name ## _wait(ret_type *out) { \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | crypto.h | 582 #define DECLARE_CRYPTO_WAIT(_wait) \ 583 struct crypto_wait _wait = { \ 584 COMPLETION_INITIALIZER_ONSTACK((_wait).completion), 0 }
|
H A D | random.h | 83 static inline int get_random_ ## name ## _wait(ret_type *out) { \
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uasm.h | 179 Ip_u1(_wait); variable
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | uasm.h | 180 Ip_u1(_wait); variable
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | uasm.c | 376 I_u1(_wait);
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | uasm.c | 377 I_u1(_wait);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display.c | 15870 static int do_rps_boost(struct wait_queue_entry *_wait, in do_rps_boost() argument 15873 struct wait_rps_boost *wait = container_of(_wait, typeof(*wait), wait); in do_rps_boost()
|
Completed in 30 milliseconds