Searched refs:jit_pool_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 | 1758 list_for_each(tmp, &kctx->jit_pool_head)
in kbase_jit_debugfs_count_get() 1784 list_for_each_entry(reg, &kctx->jit_pool_head, jit_node)
in kbase_jit_debugfs_vm_get() 1810 list_for_each_entry(reg, &kctx->jit_pool_head, jit_node)
in kbase_jit_debugfs_phys_get() 1878 INIT_LIST_HEAD(&kctx->jit_pool_head);
in kbase_jit_init() 1902 list_for_each_entry_safe(walker, temp, &kctx->jit_pool_head, jit_node)
in kbase_jit_allocate() 2006 list_move(®->jit_node, &kctx->jit_pool_head);
in kbase_jit_allocate() 2020 list_move(®->jit_node, &kctx->jit_pool_head);
in kbase_jit_free() 2056 if (!list_empty(&kctx->jit_pool_head)) {
in kbase_jit_evict() 2057 reg = list_entry(kctx->jit_pool_head.prev, struct kbase_va_region, jit_node);
in kbase_jit_evict() 2084 while (!list_empty(&kctx->jit_pool_head)) {
in kbase_jit_term() [all...] |
H A D | mali_kbase_defs.h | 1469 struct list_head jit_pool_head;
member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mem.c | 1791 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(®->jit_node, &kctx->jit_pool_head); in kbase_jit_allocate() 2056 list_move(®->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 D | mali_kbase_defs.h | 1489 struct list_head jit_pool_head; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.c | 2905 list_for_each(tmp, &kctx->jit_pool_head) in kbase_jit_debugfs_count_get() 2931 list_for_each_entry(reg, &kctx->jit_pool_head, jit_node) in kbase_jit_debugfs_vm_get() 2957 list_for_each_entry(reg, &kctx->jit_pool_head, jit_node) in kbase_jit_debugfs_phys_get() 3120 INIT_LIST_HEAD(&kctx->jit_pool_head); in kbase_jit_init() 3655 reg = find_reasonable_region(info, &kctx->jit_pool_head, false); in kbase_jit_allocate() 3662 reg = find_reasonable_region(info, &kctx->jit_pool_head, true); in kbase_jit_allocate() 3747 list_move(®->jit_node, &kctx->jit_pool_head); in kbase_jit_allocate() 3878 list_move(®->jit_node, &kctx->jit_pool_head); in kbase_jit_free() 3919 if (!list_empty(&kctx->jit_pool_head)) { in kbase_jit_evict() 3920 reg = list_entry(kctx->jit_pool_head in kbase_jit_evict() [all...] |
H A D | mali_kbase_defs.h | 1493 * @jit_pool_head: List containing the just-in-time memory allocations 1501 * which were moved to it from @jit_pool_head, in the 1652 struct list_head jit_pool_head; member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.c | 3325 list_for_each(tmp, &kctx->jit_pool_head) { in kbase_jit_debugfs_count_get() 3349 list_for_each_entry(reg, &kctx->jit_pool_head, jit_node) { in kbase_jit_debugfs_vm_get() 3373 list_for_each_entry(reg, &kctx->jit_pool_head, jit_node) { in kbase_jit_debugfs_phys_get() 3546 INIT_LIST_HEAD(&kctx->jit_pool_head); in kbase_jit_init() 4110 reg = find_reasonable_region(info, &kctx->jit_pool_head, false); in kbase_jit_allocate() 4116 reg = find_reasonable_region(info, &kctx->jit_pool_head, true); in kbase_jit_allocate() 4206 list_move(®->jit_node, &kctx->jit_pool_head); in kbase_jit_allocate() 4346 list_move(®->jit_node, &kctx->jit_pool_head); in kbase_jit_free() 4385 if (!list_empty(&kctx->jit_pool_head)) { in kbase_jit_evict() 4386 reg = list_entry(kctx->jit_pool_head in kbase_jit_evict() [all...] |
H A D | mali_kbase_defs.h | 1665 * @jit_pool_head: List containing the just-in-time memory allocations 1673 * which were moved to it from @jit_pool_head, in the 1829 struct list_head jit_pool_head; member
|
Completed in 28 milliseconds