Home
last modified time | relevance | path

Searched refs:evict_list (Results 1 - 10 of 10) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_linux.c348 list_for_each_entry(alloc, &kctx->evict_list, evict_node) in kbase_mem_evictable_reclaim_count_objects()
386 list_for_each_entry_safe(alloc, tmp, &kctx->evict_list, evict_node) { in kbase_mem_evictable_reclaim_scan_objects()
441 INIT_LIST_HEAD(&kctx->evict_list); in kbase_mem_evictable_init()
526 list_add(&gpu_alloc->evict_node, &kctx->evict_list); in kbase_mem_evictable_make()
H A Dmali_kbase_defs.h1382 struct list_head evict_list; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1366 * @evict_list: List head for the list containing the allocations which
1498 * pressure as they are put on the @evict_list when they
1505 * allocations and also for accessing @evict_list.
1603 struct list_head evict_list; member
H A Dmali_kbase_mem_linux.c694 list_for_each_entry(alloc, &kctx->evict_list, evict_node) pages += in kbase_mem_evictable_reclaim_count_objects()
730 list_for_each_entry_safe(alloc, tmp, &kctx->evict_list, evict_node) in kbase_mem_evictable_reclaim_scan_objects()
787 INIT_LIST_HEAD(&kctx->evict_list); in kbase_mem_evictable_init()
869 list_add(&gpu_alloc->evict_node, &kctx->evict_list); in kbase_mem_evictable_make()
H A Dmali_kbase_mem.c3876 list_add(&reg->gpu_alloc->evict_node, &kctx->evict_list); in kbase_jit_free()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_linux.c347 list_for_each_entry(alloc, &kctx->evict_list, evict_node) pages += alloc->nents; in kbase_mem_evictable_reclaim_count_objects()
382 list_for_each_entry_safe(alloc, tmp, &kctx->evict_list, evict_node) in kbase_mem_evictable_reclaim_scan_objects()
438 INIT_LIST_HEAD(&kctx->evict_list); in kbase_mem_evictable_init()
515 list_add(&gpu_alloc->evict_node, &kctx->evict_list); in kbase_mem_evictable_make()
H A Dmali_kbase_defs.h1364 struct list_head evict_list; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1543 * @evict_list: List head for the list containing the allocations which
1546 * @evict_list (atomic).
1670 * pressure as they are put on the @evict_list when they
1677 * allocations and also for accessing @evict_list.
1780 struct list_head evict_list; member
H A Dmali_kbase_mem_linux.c686 list_for_each_entry_safe(alloc, tmp, &kctx->evict_list, evict_node) { in kbase_mem_evictable_reclaim_scan_objects()
731 INIT_LIST_HEAD(&kctx->evict_list); in kbase_mem_evictable_init()
818 list_add(&gpu_alloc->evict_node, &kctx->evict_list); in kbase_mem_evictable_make()
H A Dmali_kbase_mem.c4343 list_add(&reg->gpu_alloc->evict_node, &kctx->evict_list); in kbase_jit_free()

Completed in 37 milliseconds