Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_urandom_usdt.c25 int urand_read_with_sema_call_cnt; variable
34 __sync_fetch_and_add(&urand_read_with_sema_call_cnt, 1); in BPF_USDT()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dusdt.c394 ASSERT_EQ(bss->urand_read_with_sema_call_cnt, 1, "urand_w_sema_cnt"); in subtest_urandom_usdt()