Home
last modified time | relevance | path

Searched refs:jit_destroy_head (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.c1795 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(&reg->jit_node, &kctx->jit_destroy_head); in kbase_jit_backing_lost()
H A Dmali_kbase_defs.h1490 struct list_head jit_destroy_head; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c3656 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(&reg->jit_node, &kctx->jit_destroy_head); in kbase_jit_backing_lost()
H A Dmali_kbase_defs.h1971 struct list_head jit_destroy_head; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_tiler_heap.c1131 list_move(&chunk->region->jit_node, &kctx->jit_destroy_head); in delete_chunk_physical_pages()