Lines Matching refs:counters
77 /* Statistics counters for debugfs. */
87 static long counters[DEPOT_COUNTER_COUNT];
417 counters[DEPOT_COUNTER_FREELIST_SIZE]--;
475 counters[DEPOT_COUNTER_REFD_ALLOCS]++;
476 counters[DEPOT_COUNTER_REFD_INUSE]++;
480 counters[DEPOT_COUNTER_PERSIST_COUNT]++;
481 counters[DEPOT_COUNTER_PERSIST_BYTES] += record_size;
560 counters[DEPOT_COUNTER_FREELIST_SIZE]++;
561 counters[DEPOT_COUNTER_REFD_FREES]++;
562 counters[DEPOT_COUNTER_REFD_INUSE]--;
856 * data race ok: These are just statistics counters, and approximate
861 seq_printf(seq, "%s: %ld\n", counter_names[i], data_race(counters[i]));