Searched refs:jit_phys_pages_limit (Results 1 – 2 of 2) sorted by relevance
1279 kctx->jit_phys_pages_limit = phys_pages_limit; in kbase_region_tracker_init_jit()4275 if (jit_backing > kctx->jit_phys_pages_limit) { in kbase_jit_trim_necessary_pages()4276 pages_to_trim += (jit_backing - kctx->jit_phys_pages_limit) + in kbase_jit_trim_necessary_pages()4279 size_t backed_diff = kctx->jit_phys_pages_limit - jit_backing; in kbase_jit_trim_necessary_pages()4323 ((kctx->jit_phys_pages_limit <= kctx->jit_current_phys_pressure) || in jit_allow_allocate()4324 (info->va_pages > (kctx->jit_phys_pages_limit - kctx->jit_current_phys_pressure)))) { in jit_allow_allocate()4328 kctx->jit_phys_pages_limit); in jit_allow_allocate()
1965 u64 jit_phys_pages_limit; member