Searched refs:busy_counter (Results 1 – 2 of 2) sorted by relevance
527 int __percpu *busy_counter) in bpf_local_storage_map_free() argument556 if (busy_counter) { in bpf_local_storage_map_free()558 this_cpu_inc(*busy_counter); in bpf_local_storage_map_free()561 if (busy_counter) { in bpf_local_storage_map_free()562 this_cpu_dec(*busy_counter); in bpf_local_storage_map_free()
134 int __percpu *busy_counter);