Searched refs:evict_list (Results 1 - 10 of 10) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mem_linux.c | 348 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 D | mali_kbase_defs.h | 1382 struct list_head evict_list; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_defs.h | 1366 * @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 D | mali_kbase_mem_linux.c | 694 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 D | mali_kbase_mem.c | 3876 list_add(®->gpu_alloc->evict_node, &kctx->evict_list); in kbase_jit_free()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mem_linux.c | 347 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 D | mali_kbase_defs.h | 1364 struct list_head evict_list;
member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_defs.h | 1543 * @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 D | mali_kbase_mem_linux.c | 686 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 D | mali_kbase_mem.c | 4343 list_add(®->gpu_alloc->evict_node, &kctx->evict_list); in kbase_jit_free()
|
Completed in 35 milliseconds