/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | list.h | 79 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() function
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | list.h | 76 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() function
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | list.h | 76 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() function
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_list.h | 184 static __inline void list_move(struct list_head *list, struct list_head *head) in list_move() function
|
/device/soc/rockchip/common/sdk_linux/drivers/media/v4l2-core/ |
H A D | v4l2-async.c | 308 list_move(&sd->async_list, ¬ifier->done); in v4l2_async_match_notify() 393 list_move(&sd->async_list, &subdev_list); in v4l2_async_notifier_unbind_all_subdevs()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_gp_job.c | 52 list_move(&alloc_node->node, &job->varying_alloc); in _mali_gp_add_varying_allocations()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_block_alloc.c | 162 list_move(&m_page->list, &block_mem->pfns); in mali_mem_block_alloc()
|
H A D | mali_memory_os_alloc.c | 85 list_move(&m_page->list, &pages); in mali_mem_os_free() 188 list_move(mali_mem_os_allocator.pool_pages.next, &pages_list); in mali_mem_os_alloc_pages()
|
H A D | mali_osk_profiling.c | 112 list_move(&profiling_stream->list, &global_mali_stream_list->free_list); in _mali_profiling_global_stream_list_free()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_gp_job.c | 51 list_move(&alloc_node->node, &job->varying_alloc); in _mali_gp_add_varying_allocations()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_block_alloc.c | 163 list_move(&m_page->list, &block_mem->pfns); in mali_mem_block_alloc()
|
H A D | mali_memory_os_alloc.c | 82 list_move(&m_page->list, &pages); in mali_mem_os_free() 182 list_move(mali_mem_os_allocator.pool_pages.next, &pages_list); in mali_mem_os_alloc_pages()
|
H A D | mali_osk_profiling.c | 108 list_move(&profiling_stream->list, &global_mali_stream_list->free_list); in _mali_profiling_global_stream_list_free()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mem.c | 1933 list_move(®->jit_node, &kctx->jit_active_head);
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() 2043 list_move(®->jit_node, &kctx->jit_destroy_head);
in kbase_jit_backing_lost()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mem.c | 1967 list_move(®->jit_node, &kctx->jit_active_head); 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() 2078 list_move(®->jit_node, &kctx->jit_destroy_head); in kbase_jit_backing_lost()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.c | 3675 list_move(®->jit_node, &kctx->jit_active_head); 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() 3906 list_move(®->jit_node, &kctx->jit_destroy_head); in kbase_jit_backing_lost()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.c | 4128 list_move(®->jit_node, &kctx->jit_active_head); 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() 4372 list_move(®->jit_node, &kctx->jit_destroy_head); in kbase_jit_backing_lost()
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | rt.c | 1507 list_move(&rt_se->run_list, queue); in requeue_rt_entity()
|
H A D | fair.c | 7571 list_move(&p->se.group_node, &rq->cfs_tasks); in pick_next_task_fair() 8271 list_move(&p->se.group_node, tasks); in detach_tasks() 11785 list_move(&se->group_node, &rq->cfs_tasks); in set_next_task_fair()
|