Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_swap_alloc.c266 if (0 < bkend->using_count) { in mali_mem_swap_swapped_bkend_pool_shrink()
689 ++mem_bkend->using_count; in mali_mem_swap_in_pages()
691 if (1 < mem_bkend->using_count) { in mali_mem_swap_in_pages()
725 --mem_bkend->using_count; in mali_mem_swap_in_pages()
789 MALI_DEBUG_ASSERT(0 < mem_bkend->using_count); in mali_mem_swap_out_pages()
793 --mem_bkend->using_count; in mali_mem_swap_out_pages()
795 if (0 < mem_bkend->using_count) { in mali_mem_swap_out_pages()
H A Dmali_memory_types.h212 int using_count; /**< Mark how many PP jobs are using this memory backend */ member
H A Dmali_memory_manager.c141 mem_backend->using_count = 0; in mali_mem_backend_struct_create()