Home
last modified time | relevance | path

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

/openbmc/linux/mm/kfence/
H A Dcore.c171 KFENCE_COUNTER_ALLOCATED, enumerator
183 [KFENCE_COUNTER_ALLOCATED] = "currently allocated",
200 return atomic_long_read(&counters[KFENCE_COUNTER_ALLOCATED]) > thresh; in should_skip_covered()
489 atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCATED]); in kfence_guarded_alloc()
556 atomic_long_dec(&counters[KFENCE_COUNTER_ALLOCATED]); in kfence_guarded_free()