Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbench_local_storage_create.c10 long create_cnts = 0; variable
53 __sync_fetch_and_add(&create_cnts, 1); in BPF_PROG()
76 __sync_fetch_and_add(&create_cnts, 1); in BPF_PROG()
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c142 res->hits = atomic_swap(&skel->bss->create_cnts, 0); in measure()