Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dhashtab.c564 #define PERCPU_COUNTER_BATCH 32 in htab_map_alloc() macro
565 if (attr->max_entries / 2 > num_online_cpus() * PERCPU_COUNTER_BATCH) in htab_map_alloc()
915 PERCPU_COUNTER_BATCH) >= 0; in is_map_full()
924 percpu_counter_add_batch(&htab->pcount, 1, PERCPU_COUNTER_BATCH); in inc_elem_count()
934 percpu_counter_add_batch(&htab->pcount, -1, PERCPU_COUNTER_BATCH); in dec_elem_count()