Lines Matching defs:counters
168 /* Statistics counters for debugfs. */
180 static atomic_long_t counters[KFENCE_COUNTER_COUNT];
199 return atomic_long_read(&counters[KFENCE_COUNTER_ALLOCATED]) > thresh;
317 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]);
410 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_CAPACITY]);
488 atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCATED]);
489 atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCS]);
504 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]);
555 atomic_long_dec(&counters[KFENCE_COUNTER_ALLOCATED]);
556 atomic_long_inc(&counters[KFENCE_COUNTER_FREES]);
559 atomic_long_inc(&counters[KFENCE_COUNTER_ZOMBIES]);
705 seq_printf(seq, "%s: %ld\n", counter_names[i], atomic_long_read(&counters[i]));
1058 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_INCOMPAT]);
1069 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_INCOMPAT]);
1112 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_COVERED]);
1174 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]);