Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_local_storage.c850 int __percpu *busy_counter) in bpf_local_storage_map_free() argument
883 if (busy_counter) { in bpf_local_storage_map_free()
885 this_cpu_inc(*busy_counter); in bpf_local_storage_map_free()
888 if (busy_counter) { in bpf_local_storage_map_free()
889 this_cpu_dec(*busy_counter); in bpf_local_storage_map_free()
/openbmc/linux/include/linux/
H A Dbpf_local_storage.h141 int __percpu *busy_counter);