Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbpf_local_storage.c864 int __percpu *busy_counter) in bpf_local_storage_map_free() argument
897 if (busy_counter) in bpf_local_storage_map_free()
898 this_cpu_inc(*busy_counter); in bpf_local_storage_map_free()
900 if (busy_counter) in bpf_local_storage_map_free()
901 this_cpu_dec(*busy_counter); in bpf_local_storage_map_free()
/linux-6.15/include/linux/
H A Dbpf_local_storage.h173 int __percpu *busy_counter);