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

/linux-master/mm/kfence/
H A Dcore.c170 KFENCE_COUNTER_ALLOCATED, enumerator in enum:kfence_counter_id
182 [KFENCE_COUNTER_ALLOCATED] = "currently allocated",
199 return atomic_long_read(&counters[KFENCE_COUNTER_ALLOCATED]) > thresh;
484 atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCATED]);
551 atomic_long_dec(&counters[KFENCE_COUNTER_ALLOCATED]);

Completed in 141 milliseconds