Home
last modified time | relevance | path

Searched refs:jit_pool_head (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.c1791 list_for_each(tmp, &kctx->jit_pool_head) { in kbase_jit_debugfs_count_get()
1815 list_for_each_entry(reg, &kctx->jit_pool_head, jit_node) { in kbase_jit_debugfs_vm_get()
1839 list_for_each_entry(reg, &kctx->jit_pool_head, jit_node) { in kbase_jit_debugfs_phys_get()
1910 INIT_LIST_HEAD(&kctx->jit_pool_head); in kbase_jit_init()
1935 list_for_each_entry_safe(walker, temp, &kctx->jit_pool_head, jit_node) { in kbase_jit_allocate()
2042 list_move(&reg->jit_node, &kctx->jit_pool_head); in kbase_jit_allocate()
2056 list_move(&reg->jit_node, &kctx->jit_pool_head); in kbase_jit_free()
2091 if (!list_empty(&kctx->jit_pool_head)) { in kbase_jit_evict()
2092 reg = list_entry(kctx->jit_pool_head.prev, in kbase_jit_evict()
2119 while (!list_empty(&kctx->jit_pool_head)) { in kbase_jit_term()
[all …]
H A Dmali_kbase_defs.h1489 struct list_head jit_pool_head; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c3652 list_for_each(tmp, &kctx->jit_pool_head) { in kbase_jit_debugfs_count_get()
3676 list_for_each_entry(reg, &kctx->jit_pool_head, jit_node) { in kbase_jit_debugfs_vm_get()
3700 list_for_each_entry(reg, &kctx->jit_pool_head, jit_node) { in kbase_jit_debugfs_phys_get()
3876 INIT_LIST_HEAD(&kctx->jit_pool_head); in kbase_jit_init()
4437 reg = find_reasonable_region(info, &kctx->jit_pool_head, false); in kbase_jit_allocate()
4443 reg = find_reasonable_region(info, &kctx->jit_pool_head, true); in kbase_jit_allocate()
4533 list_move(&reg->jit_node, &kctx->jit_pool_head); in kbase_jit_allocate()
4620 list_move(&reg->jit_node, &kctx->jit_pool_head); in kbase_jit_allocate()
4713 list_move(&reg->jit_node, &kctx->jit_pool_head); in kbase_jit_free()
4758 if (!list_empty(&kctx->jit_pool_head)) { in kbase_jit_evict()
[all …]
H A Dmali_kbase_defs.h1970 struct list_head jit_pool_head; member