Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dusdt.c323 static int urand_trigger(FILE **urand_pipe) in urand_trigger() argument
328 exit_code = pclose(*urand_pipe); in urand_trigger()
329 *urand_pipe = NULL; in urand_trigger()
339 FILE *urand_pipe = NULL; in subtest_urandom_usdt() local
346 urand_pipe = urand_spawn(&urand_pid); in subtest_urandom_usdt()
347 if (!ASSERT_OK_PTR(urand_pipe, "urand_spawn")) in subtest_urandom_usdt()
389 ASSERT_OK(urand_trigger(&urand_pipe), "urand_exit_code"); in subtest_urandom_usdt()
404 if (urand_pipe) in subtest_urandom_usdt()
405 pclose(urand_pipe); in subtest_urandom_usdt()