Home
last modified time | relevance | path

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

/Linux-v4.19/samples/mic/mpssd/
Dmicctrl121 _wait() function
134 _wait $1
140 _wait `basename $f`
/Linux-v4.19/include/linux/
Drandom.h94 static inline int get_random_ ## var ## _wait(var *out) { \
Dcrypto.h503 #define DECLARE_CRYPTO_WAIT(_wait) \ argument
504 struct crypto_wait _wait = { \
505 COMPLETION_INITIALIZER_ONSTACK((_wait).completion), 0 }
/Linux-v4.19/arch/mips/include/asm/
Duasm.h170 Ip_u1(_wait);
/Linux-v4.19/arch/mips/mm/
Duasm.c366 I_u1(_wait);
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c12912 static int do_rps_boost(struct wait_queue_entry *_wait, in do_rps_boost() argument
12915 struct wait_rps_boost *wait = container_of(_wait, typeof(*wait), wait); in do_rps_boost()