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

/linux-master/include/uapi/linux/
H A Drandom.h50 * GRND_NONBLOCK Don't block and return EAGAIN instead
54 #define GRND_NONBLOCK 0x0001 macro
/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c63 if (!getrandom(NULL, 0, GRND_NONBLOCK))
/linux-master/drivers/char/
H A Drandom.c1369 if (flags & ~(GRND_NONBLOCK | GRND_RANDOM | GRND_INSECURE))
1380 if (flags & GRND_NONBLOCK)
/linux-master/tools/perf/
H A Dbuiltin-trace.c858 #ifndef GRND_NONBLOCK
859 #define GRND_NONBLOCK 0x0001 macro

Completed in 116 milliseconds