Home
last modified time | relevance | path

Searched refs:GRND_NONBLOCK (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Drandom.h54 #define GRND_NONBLOCK 0x0001 macro
/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c63 if (!getrandom(NULL, 0, GRND_NONBLOCK)) in seed_rng()
/linux/drivers/char/
H A Drandom.c1395 if (flags & ~(GRND_NONBLOCK | GRND_RANDOM | GRND_INSECURE)) in SYSCALL_DEFINE3()
1406 if (flags & GRND_NONBLOCK) in SYSCALL_DEFINE3()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c813 ret = getrandom(&rng, sizeof(rng), GRND_NONBLOCK); in test_getrandom()
/linux/tools/perf/
H A Dbuiltin-trace.c916 #ifndef GRND_NONBLOCK
917 #define GRND_NONBLOCK 0x0001 macro