Home
last modified time | relevance | path

Searched refs:jit_destroy_head (Results 1 - 8 of 8) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.c1763 list_for_each(tmp, &kctx->jit_destroy_head) in kbase_jit_debugfs_count_get()
1789 list_for_each_entry(reg, &kctx->jit_destroy_head, jit_node) in kbase_jit_debugfs_vm_get()
1815 list_for_each_entry(reg, &kctx->jit_destroy_head, jit_node) in kbase_jit_debugfs_phys_get()
1859 if (list_empty(&kctx->jit_destroy_head)) { in kbase_jit_destroy_worker()
1864 reg = list_first_entry(&kctx->jit_destroy_head, struct kbase_va_region, jit_node); in kbase_jit_destroy_worker()
1879 INIT_LIST_HEAD(&kctx->jit_destroy_head); in kbase_jit_init()
2043 list_move(&reg->jit_node, &kctx->jit_destroy_head); in kbase_jit_backing_lost()
2077 * (i.e. everything in jit_destroy_head). in kbase_jit_term()
H A Dmali_kbase_defs.h1470 struct list_head jit_destroy_head; member
/device/soc/rockchip/common/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()
2112 * (i.e. everything in jit_destroy_head). in kbase_jit_term()
H A Dmali_kbase_defs.h1490 struct list_head jit_destroy_head; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c2910 list_for_each(tmp, &kctx->jit_destroy_head) in kbase_jit_debugfs_count_get()
2936 list_for_each_entry(reg, &kctx->jit_destroy_head, jit_node) in kbase_jit_debugfs_vm_get()
2962 list_for_each_entry(reg, &kctx->jit_destroy_head, jit_node) in kbase_jit_debugfs_phys_get()
3099 if (list_empty(&kctx->jit_destroy_head)) { in kbase_jit_destroy_worker()
3104 reg = list_first_entry(&kctx->jit_destroy_head, struct kbase_va_region, jit_node); in kbase_jit_destroy_worker()
3121 INIT_LIST_HEAD(&kctx->jit_destroy_head); in kbase_jit_init()
3906 list_move(&reg->jit_node, &kctx->jit_destroy_head); in kbase_jit_backing_lost()
3971 * (i.e. everything in jit_destroy_head). in kbase_jit_term()
H A Dmali_kbase_defs.h1500 * @jit_destroy_head: List containing the just-in-time memory allocations
1508 * to @jit_destroy_head.
1653 struct list_head jit_destroy_head; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c3329 list_for_each(tmp, &kctx->jit_destroy_head) { in kbase_jit_debugfs_count_get()
3353 list_for_each_entry(reg, &kctx->jit_destroy_head, jit_node) { in kbase_jit_debugfs_vm_get()
3377 list_for_each_entry(reg, &kctx->jit_destroy_head, jit_node) { in kbase_jit_debugfs_phys_get()
3524 if (list_empty(&kctx->jit_destroy_head)) { in kbase_jit_destroy_worker()
3529 reg = list_first_entry(&kctx->jit_destroy_head, in kbase_jit_destroy_worker()
3547 INIT_LIST_HEAD(&kctx->jit_destroy_head); in kbase_jit_init()
4372 list_move(&reg->jit_node, &kctx->jit_destroy_head); in kbase_jit_backing_lost()
4440 * (i.e. everything in jit_destroy_head). in kbase_jit_term()
H A Dmali_kbase_defs.h1672 * @jit_destroy_head: List containing the just-in-time memory allocations
1680 * to @jit_destroy_head.
1830 struct list_head jit_destroy_head; member

Completed in 29 milliseconds