Searched refs:jit_destroy_head (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mem.c | 1795 list_for_each(tmp, &kctx->jit_destroy_head) { in kbase_jit_debugfs_count_get() 1819 list_for_each_entry(reg, &kctx->jit_destroy_head, jit_node) { in kbase_jit_debugfs_vm_get() 1843 list_for_each_entry(reg, &kctx->jit_destroy_head, jit_node) { in kbase_jit_debugfs_phys_get() 1890 if (list_empty(&kctx->jit_destroy_head)) { in kbase_jit_destroy_worker() 1895 reg = list_first_entry(&kctx->jit_destroy_head, in kbase_jit_destroy_worker() 1911 INIT_LIST_HEAD(&kctx->jit_destroy_head); in kbase_jit_init() 2078 list_move(®->jit_node, &kctx->jit_destroy_head); in kbase_jit_backing_lost()
|
| H A D | mali_kbase_defs.h | 1490 struct list_head jit_destroy_head; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_mem.c | 3656 list_for_each(tmp, &kctx->jit_destroy_head) { in kbase_jit_debugfs_count_get() 3680 list_for_each_entry(reg, &kctx->jit_destroy_head, jit_node) { in kbase_jit_debugfs_vm_get() 3704 list_for_each_entry(reg, &kctx->jit_destroy_head, jit_node) { in kbase_jit_debugfs_phys_get() 3846 if (list_empty(&kctx->jit_destroy_head)) { in kbase_jit_destroy_worker() 3851 reg = list_first_entry(&kctx->jit_destroy_head, in kbase_jit_destroy_worker() 3877 INIT_LIST_HEAD(&kctx->jit_destroy_head); in kbase_jit_init() 4745 list_move(®->jit_node, &kctx->jit_destroy_head); in kbase_jit_backing_lost()
|
| H A D | mali_kbase_defs.h | 1971 struct list_head jit_destroy_head; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_tiler_heap.c | 1131 list_move(&chunk->region->jit_node, &kctx->jit_destroy_head); in delete_chunk_physical_pages()
|