Searched refs:busy_counter (Results 1 – 2 of 2) sorted by relevance
854 int __percpu *busy_counter) in bpf_local_storage_map_free() argument887 if (busy_counter) { in bpf_local_storage_map_free()889 this_cpu_inc(*busy_counter); in bpf_local_storage_map_free()892 if (busy_counter) { in bpf_local_storage_map_free()893 this_cpu_dec(*busy_counter); in bpf_local_storage_map_free()
141 int __percpu *busy_counter);