Searched refs:busy_counter (Results 1 – 2 of 2) sorted by relevance
655 int __percpu *busy_counter) in bpf_local_storage_map_free() argument688 if (busy_counter) { in bpf_local_storage_map_free()690 this_cpu_inc(*busy_counter); in bpf_local_storage_map_free()693 if (busy_counter) { in bpf_local_storage_map_free()694 this_cpu_dec(*busy_counter); in bpf_local_storage_map_free()
135 int __percpu *busy_counter);
Completed in 4 milliseconds