Searched refs:jit_active_head (Results 1 - 10 of 10) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.c | 2900 list_for_each(tmp, &kctx->jit_active_head) in kbase_jit_debugfs_count_get() 2926 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) in kbase_jit_debugfs_vm_get() 2952 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) in kbase_jit_debugfs_phys_get() 2982 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) in kbase_jit_debugfs_used_get() 3009 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) in kbase_jit_debugfs_trim_get() 3119 INIT_LIST_HEAD(&kctx->jit_active_head); in kbase_jit_init() 3304 list_for_each_entry_safe(reg, tmp, &kctx->jit_active_head, jit_node) in kbase_mem_jit_trim_pages() 3457 list_for_each_entry(walker, &kctx->jit_active_head, jit_node) in trace_jit_stats() 3488 list_for_each_entry(walker, &kctx->jit_active_head, jit_node) in get_jit_phys_backing() 3675 list_move(®->jit_node, &kctx->jit_active_head); in kbase_jit_allocate() [all...] |
H A D | mali_kbase_defs.h | 1491 * @jit_active_head: List containing the just-in-time memory allocations 1651 struct list_head jit_active_head; member
|
H A D | mali_kbase_mem_linux.c | 514 list_add(®->jit_node, &kctx->jit_active_head); in kbase_mem_alloc()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.c | 3321 list_for_each(tmp, &kctx->jit_active_head) { in kbase_jit_debugfs_count_get() 3345 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) { in kbase_jit_debugfs_vm_get() 3369 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) { in kbase_jit_debugfs_phys_get() 3397 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) { in kbase_jit_debugfs_used_get() 3425 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) { in kbase_jit_debugfs_trim_get() 3545 INIT_LIST_HEAD(&kctx->jit_active_head); in kbase_jit_init() 3737 list_for_each_entry_safe(reg, tmp, &kctx->jit_active_head, jit_node) { in kbase_mem_jit_trim_pages() 3894 list_for_each_entry(walker, &kctx->jit_active_head, jit_node) { in trace_jit_stats() 3924 list_for_each_entry(walker, &kctx->jit_active_head, jit_node) { in get_jit_phys_backing() 4128 list_move(®->jit_node, &kctx->jit_active_head); in kbase_jit_allocate() [all...] |
H A D | mali_kbase_defs.h | 1663 * @jit_active_head: List containing the just-in-time memory allocations 1828 struct list_head jit_active_head; member
|
H A D | mali_kbase_mem_linux.c | 489 list_add(®->jit_node, &kctx->jit_active_head); in kbase_mem_alloc()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mem.c | 1753 list_for_each(tmp, &kctx->jit_active_head)
in kbase_jit_debugfs_count_get() 1779 list_for_each_entry(reg, &kctx->jit_active_head, jit_node)
in kbase_jit_debugfs_vm_get() 1805 list_for_each_entry(reg, &kctx->jit_active_head, jit_node)
in kbase_jit_debugfs_phys_get() 1877 INIT_LIST_HEAD(&kctx->jit_active_head);
in kbase_jit_init() 1933 list_move(®->jit_node, &kctx->jit_active_head);
in kbase_jit_allocate() 1992 list_add(®->jit_node, &kctx->jit_active_head);
in kbase_jit_allocate() 2093 while (!list_empty(&kctx->jit_active_head)) {
in kbase_jit_term() 2094 walker = list_first_entry(&kctx->jit_active_head, struct kbase_va_region, jit_node);
in kbase_jit_term()
|
H A D | mali_kbase_defs.h | 1468 struct list_head jit_active_head;
member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mem.c | 1787 list_for_each(tmp, &kctx->jit_active_head) { in kbase_jit_debugfs_count_get() 1811 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) { in kbase_jit_debugfs_vm_get() 1835 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) { in kbase_jit_debugfs_phys_get() 1909 INIT_LIST_HEAD(&kctx->jit_active_head); in kbase_jit_init() 1967 list_move(®->jit_node, &kctx->jit_active_head); in kbase_jit_allocate() 2028 list_add(®->jit_node, &kctx->jit_active_head); in kbase_jit_allocate() 2129 while (!list_empty(&kctx->jit_active_head)) { in kbase_jit_term() 2130 walker = list_first_entry(&kctx->jit_active_head, in kbase_jit_term()
|
H A D | mali_kbase_defs.h | 1488 struct list_head jit_active_head; member
|
Completed in 40 milliseconds