Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dbpf_local_storage.c824 int __percpu *busy_counter) in bpf_local_storage_map_free() argument
857 if (busy_counter) { in bpf_local_storage_map_free()
859 this_cpu_inc(*busy_counter); in bpf_local_storage_map_free()
862 if (busy_counter) { in bpf_local_storage_map_free()
863 this_cpu_dec(*busy_counter); in bpf_local_storage_map_free()
/linux-6.12.1/include/linux/
Dbpf_local_storage.h167 int __percpu *busy_counter);