Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_urandom_usdt.c55 int urandlib_read_with_sema_call_cnt; variable
64 __sync_fetch_and_add(&urandlib_read_with_sema_call_cnt, 1); in BPF_USDT()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c401 ASSERT_EQ(bss->urandlib_read_with_sema_call_cnt, 1, "urandlib_w_sema_cnt"); in subtest_urandom_usdt()