Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhashtab.c568 #define PERCPU_COUNTER_BATCH 32 in htab_map_alloc() macro
569 if (attr->max_entries / 2 > num_online_cpus() * PERCPU_COUNTER_BATCH) in htab_map_alloc()
921 PERCPU_COUNTER_BATCH) >= 0; in is_map_full()
930 percpu_counter_add_batch(&htab->pcount, 1, PERCPU_COUNTER_BATCH); in inc_elem_count()
940 percpu_counter_add_batch(&htab->pcount, -1, PERCPU_COUNTER_BATCH); in dec_elem_count()