Searched refs:jit_destroy_head (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mem.c | 1763 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(®->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 D | mali_kbase_defs.h | 1470 struct list_head jit_destroy_head;
member
|
/device/soc/rockchip/common/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() 2112 * (i.e. everything in jit_destroy_head). in kbase_jit_term()
|
H A D | mali_kbase_defs.h | 1490 struct list_head jit_destroy_head; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.c | 2910 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(®->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 D | mali_kbase_defs.h | 1500 * @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 D | mali_kbase_mem.c | 3329 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(®->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 D | mali_kbase_defs.h | 1672 * @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