Searched refs:jit_active_head (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_mem.c | 3648 list_for_each(tmp, &kctx->jit_active_head) { in kbase_jit_debugfs_count_get() 3672 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) { in kbase_jit_debugfs_vm_get() 3696 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) { in kbase_jit_debugfs_phys_get() 3724 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) { in kbase_jit_debugfs_used_get() 3752 list_for_each_entry(reg, &kctx->jit_active_head, jit_node) { in kbase_jit_debugfs_trim_get() 3875 INIT_LIST_HEAD(&kctx->jit_active_head); in kbase_jit_init() 4068 list_for_each_entry_safe(reg, tmp, &kctx->jit_active_head, jit_node) { in kbase_mem_jit_trim_pages() 4221 list_for_each_entry(walker, &kctx->jit_active_head, jit_node) { in trace_jit_stats() 4251 list_for_each_entry(walker, &kctx->jit_active_head, jit_node) { in get_jit_phys_backing() 4455 list_move(®->jit_node, &kctx->jit_active_head); in kbase_jit_allocate() [all …]
|
| H A D | mali_kbase_defs.h | 1969 struct list_head jit_active_head; member
|
| H A D | mali_kbase_mem_linux.c | 515 list_add(®->jit_node, &kctx->jit_active_head); in kbase_mem_alloc()
|