Home
last modified time | relevance | path

Searched refs:back (Results 1 - 11 of 11) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/nvm/
H A Dhi_nvm.c123 hi_u32 nv_init_start(hi_u32 block_size, hi_u8** data, hi_u8** back, hi_nv_ctrl** nv_ctrl, hi_nv_type nv_type) in nv_init_start() argument
133 *back = (hi_u8 *)rom_boot_malloc(block_size); in nv_init_start()
134 if (*back == HI_NULL) { in nv_init_start()
142 const hi_u8** back) in nv_init_index()
150 rom_boot_free((hi_void *)*back); in nv_init_index()
159 rom_boot_free((hi_void *)*back); in nv_init_index()
168 rom_boot_free((hi_void *)*back); in nv_init_index()
178 hi_u8* back = HI_NULL; in nv_init_common() local
186 hi_u32 ret = nv_init_start(block_size, &data, &back, &nv_ctrl, nv_type); in nv_init_common()
206 hi_u32 cs = (uintptr_t)back in nv_init_common()
141 nv_init_index(hi_nv_ctrl* nv_ctrl, const nvm_basic_info* nv_info, hi_u8* p_index, const hi_u8** data, const hi_u8** back) nv_init_index() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/
H A Dhi_nvm.c124 hi_u32 nv_init_start(hi_u32 block_size, hi_u8** data, hi_u8** back, hi_nv_ctrl** nv_ctrl, hi_nv_type nv_type) in nv_init_start() argument
134 *back = (hi_u8 *)rom_boot_malloc(block_size); in nv_init_start()
135 if (*back == HI_NULL) { in nv_init_start()
143 const hi_u8** back) in nv_init_index()
151 rom_boot_free((hi_void *)*back); in nv_init_index()
160 rom_boot_free((hi_void *)*back); in nv_init_index()
169 rom_boot_free((hi_void *)*back); in nv_init_index()
179 hi_u8* back = HI_NULL; in nv_init_common() local
187 hi_u32 ret = nv_init_start(block_size, &data, &back, &nv_ctrl, nv_type); in nv_init_common()
207 hi_u32 cs = (uintptr_t)back in nv_init_common()
142 nv_init_index(hi_nv_ctrl* nv_ctrl, const nvm_basic_info* nv_info, hi_u8* p_index, const hi_u8** data, const hi_u8** back) nv_init_index() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga2_mmu_info.h26 int32_t back; member
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga2_mmu_info.c130 if ((t->back - t->front) > t->size) { in rga2_mmu_buf_get_try()
131 if (t->front + size > t->back - t->size) { in rga2_mmu_buf_get_try()
132 pr_info("front %d, back %d dsize %d size %d", in rga2_mmu_buf_get_try()
133 t->front, t->back, t->size, size); in rga2_mmu_buf_get_try()
138 if ((t->front + size) > t->back) { in rga2_mmu_buf_get_try()
139 pr_info("front %d, back %d dsize %d size %d", in rga2_mmu_buf_get_try()
140 t->front, t->back, t->size, size); in rga2_mmu_buf_get_try()
146 if (size > (t->back - t->size)) { in rga2_mmu_buf_get_try()
147 pr_info("front %d, back %d dsize %d size %d", in rga2_mmu_buf_get_try()
148 t->front, t->back, in rga2_mmu_buf_get_try()
[all...]
H A Drga2_reg_info.c2351 if (tbuf->back + job->vir_page_table.MMU_len > 2 * tbuf->size) in rga2_init_reg()
2352 tbuf->back = job->vir_page_table.MMU_len + tbuf->size; in rga2_init_reg()
2354 tbuf->back += job->vir_page_table.MMU_len; in rga2_init_reg()
H A Drga_drv.c933 rga2_mmu_info.back = RGA2_PHY_PAGE_SIZE * 3; in rga_init()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_drv.c605 /* Come back later if the device is busy... */ in rga2_power_off_work()
930 if (tbuf->back + reg->MMU_len > 0x2 * tbuf->size) { in rga2_del_running_list()
931 tbuf->back = reg->MMU_len + tbuf->size; in rga2_del_running_list()
933 tbuf->back += reg->MMU_len; in rga2_del_running_list()
957 if (tbuf->back + reg->MMU_len > 0x2 * tbuf->size) { in rga2_del_running_list_timeout()
958 tbuf->back = reg->MMU_len + tbuf->size; in rga2_del_running_list_timeout()
960 tbuf->back += reg->MMU_len; in rga2_del_running_list_timeout()
1006 if (tbuf->back + reg->MMU_len > 0x2 * tbuf->size) { in rga2_blit_flush_cache()
1007 tbuf->back = reg->MMU_len + tbuf->size; in rga2_blit_flush_cache()
1009 tbuf->back in rga2_blit_flush_cache()
[all...]
H A Drga2_mmu_info.c619 if ((t->back - t->front) > t->size) { in rga2_mmu_buf_get_try()
620 if (t->front + size > t->back - t->size) { in rga2_mmu_buf_get_try()
621 pr_info("front %d, back %d dsize %d size %d", t->front, t->back, t->size, size); in rga2_mmu_buf_get_try()
626 if ((t->front + size) > t->back) { in rga2_mmu_buf_get_try()
627 pr_info("front %d, back %d dsize %d size %d", t->front, t->back, t->size, size); in rga2_mmu_buf_get_try()
633 if (size > (t->back - t->size)) { in rga2_mmu_buf_get_try()
634 pr_info("front %d, back %d dsize %d size %d", t->front, t->back, in rga2_mmu_buf_get_try()
[all...]
H A Drga2.h566 int32_t back; member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Drt.c762 * Ensure this RQ takes back all the runtime it lend to its neighbours.
799 * Greedy reclaim, take back as much as we can. in __disable_runtime()
1405 struct sched_rt_entity *back = NULL; in dequeue_rt_stack() local
1409 rt_se->back = back; in dequeue_rt_stack()
1410 back = rt_se; in dequeue_rt_stack()
1413 rt_nr_running = rt_rq_of_se(back)->rt_nr_running; in dequeue_rt_stack()
1415 for (rt_se = back; rt_se; rt_se = rt_se->back) { in dequeue_rt_stack()
1420 dequeue_top_rt_rq(rt_rq_of_se(back), rt_nr_runnin in dequeue_rt_stack()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h606 struct sched_rt_entity *back; member

Completed in 16 milliseconds