Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbench_local_storage_create.c11 long kmalloc_cnts = 0; variable
37 __sync_fetch_and_add(&kmalloc_cnts, 1); in BPF_PROG()
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c143 res->drops = atomic_swap(&skel->bss->kmalloc_cnts, 0); in measure()