Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/mm/
Dtsb.c398 unsigned long max_tsb_size = 1 * 1024 * 1024; in tsb_grow() local
405 if (max_tsb_size > (PAGE_SIZE << MAX_ORDER)) in tsb_grow()
406 max_tsb_size = (PAGE_SIZE << MAX_ORDER); in tsb_grow()
409 for (new_size = 8192; new_size < max_tsb_size; new_size <<= 1UL) { in tsb_grow()
416 if (new_size == max_tsb_size) in tsb_grow()