Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.c1787 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(&reg->jit_node, &kctx->jit_active_head); in kbase_jit_allocate()
2028 list_add(&reg->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 Dmali_kbase_defs.h1488 struct list_head jit_active_head; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c3648 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(&reg->jit_node, &kctx->jit_active_head); in kbase_jit_allocate()
[all …]
H A Dmali_kbase_defs.h1969 struct list_head jit_active_head; member
H A Dmali_kbase_mem_linux.c515 list_add(&reg->jit_node, &kctx->jit_active_head); in kbase_mem_alloc()