Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dpage_pinner.c18 #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()
[all …]