Lines Matching refs:LONGTERM_PIN_BUCKETS
18 #define LONGTERM_PIN_BUCKETS 4096 macro
44 struct captured_pinner pinner[LONGTERM_PIN_BUCKETS];
154 lt_pinner.index %= LONGTERM_PIN_BUCKETS; in check_longterm_pin()
355 acf_pinner.index %= LONGTERM_PIN_BUCKETS; in __page_pinner_migration_failed()
390 if (*ppos >= LONGTERM_PIN_BUCKETS) in read_longterm_page_pinner()
400 idx = (lt_pinner.index - 1 - i + LONGTERM_PIN_BUCKETS) % in read_longterm_page_pinner()
401 LONGTERM_PIN_BUCKETS; in read_longterm_page_pinner()
425 if (*ppos >= LONGTERM_PIN_BUCKETS) in read_alloc_contig_failed()
435 idx = (acf_pinner.index - 1 - i + LONGTERM_PIN_BUCKETS) % in read_alloc_contig_failed()
436 LONGTERM_PIN_BUCKETS; in read_alloc_contig_failed()
459 sizeof(struct captured_pinner) * LONGTERM_PIN_BUCKETS); in pp_threshold_set()