Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c377 static struct prog_test_ref_kfunc prog_test_struct = { variable
380 .next = &prog_test_struct,
387 refcount_inc(&prog_test_struct.cnt); in bpf_kfunc_call_test_acquire()
388 return &prog_test_struct; in bpf_kfunc_call_test_acquire()
550 while (refcount_read(&prog_test_struct.cnt) > 1) in bpf_testmod_exit()