Home
last modified time | relevance | path

Searched refs:GRND_NONBLOCK (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Drandom.h50 * GRND_NONBLOCK Don't block and return EAGAIN instead
54 #define GRND_NONBLOCK 0x0001 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Drandom.h50 * GRND_NONBLOCK Don't block and return EAGAIN instead
54 #define GRND_NONBLOCK 0x0001 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Drandom.h23 #define GRND_NONBLOCK 0x0001 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Drandom.h36 #define GRND_NONBLOCK 0x0001 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Drandom.h36 #define GRND_NONBLOCK 0x0001 macro
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/
H A Dinit.c63 if (!getrandom(NULL, 0, GRND_NONBLOCK)) in seed_rng()
/kernel/linux/linux-5.10/drivers/char/
H A Drandom.c1222 if (flags & ~(GRND_NONBLOCK | GRND_RANDOM | GRND_INSECURE)) in SYSCALL_DEFINE3()
1233 if (flags & GRND_NONBLOCK) in SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/drivers/char/
H A Drandom.c1370 if (flags & ~(GRND_NONBLOCK | GRND_RANDOM | GRND_INSECURE)) in SYSCALL_DEFINE3()
1381 if (flags & GRND_NONBLOCK) in SYSCALL_DEFINE3()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c849 #ifndef GRND_NONBLOCK
850 #define GRND_NONBLOCK 0x0001 macro
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c857 #ifndef GRND_NONBLOCK
858 #define GRND_NONBLOCK 0x0001 macro

Completed in 19 milliseconds