Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dbpf_local_storage.c478 int __percpu *busy_counter) in bpf_local_storage_map_free() argument
507 if (busy_counter) { in bpf_local_storage_map_free()
509 __this_cpu_inc(*busy_counter); in bpf_local_storage_map_free()
512 if (busy_counter) { in bpf_local_storage_map_free()
513 __this_cpu_dec(*busy_counter); in bpf_local_storage_map_free()
/Linux-v5.15/include/linux/
Dbpf_local_storage.h130 int __percpu *busy_counter);