Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_pool.c74 const bool alloc_from_kthread) in can_alloc_page() argument
76 if (likely(!alloc_from_kthread || !page_owner)) in can_alloc_page()
396 const bool alloc_from_kthread = !!(current->flags & PF_KTHREAD); in kbase_mem_pool_grow() local
411 if (unlikely(!can_alloc_page(pool, page_owner, alloc_from_kthread))) in kbase_mem_pool_grow()
718 const bool alloc_from_kthread = !!(current->flags & PF_KTHREAD); in kbase_mem_pool_alloc_pages() local
762 if (unlikely(!can_alloc_page(pool, page_owner, alloc_from_kthread))) in kbase_mem_pool_alloc_pages()