Home
last modified time | relevance | path

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

/linux-6.15/drivers/perf/
H A Dthunderx2_pmu.c304 static int alloc_counter(struct tx2_uncore_pmu *tx2_pmu) in alloc_counter() function
655 hwc->idx = alloc_counter(tx2_pmu); in tx2_uncore_event_add()
/linux-6.15/fs/bcachefs/
H A Dbackpointers.c901 int alloc_counter = data_type_to_alloc_counter(bp.v->data_type); in check_bucket_backpointer_mismatch() local
902 if (alloc_counter < 0) in check_bucket_backpointer_mismatch()
905 sectors[alloc_counter] += bp.v->bucket_len; in check_bucket_backpointer_mismatch()