Home
last modified time | relevance | path

Searched refs:new_st (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_cluster.cpp231 RK_U32 new_st; in mpp_node_task_schedule_f() local
242 new_st = 0; in mpp_node_task_schedule_f()
250 new_st = old_st ^ (NODE_IDLE | NODE_WAIT); in mpp_node_task_schedule_f()
251 cluster_dbg_flow("%s sched task %x -> %x wait\n", node_name, old_st, new_st); in mpp_node_task_schedule_f()
254 new_st = old_st | NODE_SIGNAL; in mpp_node_task_schedule_f()
256 cluster_dbg_flow("%s sched task %x -> %x signal\n", node_name, old_st, new_st); in mpp_node_task_schedule_f()
261 ret = MPP_BOOL_CAS(&node->state, old_st, new_st); in mpp_node_task_schedule_f()
263 node_name, old_st, new_st, ret, action); in mpp_node_task_schedule_f()
402 RK_U32 new_st; in cluster_worker_get_task() local
433 new_st = old_st ^ (NODE_WAIT | NODE_RUN); in cluster_worker_get_task()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_scatterlist.c11 struct sg_table new_st; in i915_sg_trim() local
18 if (sg_alloc_table(&new_st, orig_st->nents, GFP_KERNEL | __GFP_NOWARN)) in i915_sg_trim()
21 new_sg = new_st.sgl; in i915_sg_trim()
33 *orig_st = new_st; in i915_sg_trim()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_p2pps.c186 u64 new_st = 0, old_st = 0; in _phl_p2pps_calc_next_noa_s_time() local
202 new_st = old_st + (intv_cnt * new_desc->interval); in _phl_p2pps_calc_next_noa_s_time()
204 (u32)(new_st >> 32), (u32)new_st); in _phl_p2pps_calc_next_noa_s_time()
205 new_desc->start_t_h = new_st >> 32; in _phl_p2pps_calc_next_noa_s_time()
206 new_desc->start_t_l = new_st & 0xFFFFFFFF; in _phl_p2pps_calc_next_noa_s_time()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_p2pps.c186 u64 new_st = 0, old_st = 0; in _phl_p2pps_calc_next_noa_s_time() local
202 new_st = old_st + (intv_cnt * new_desc->interval); in _phl_p2pps_calc_next_noa_s_time()
204 (u32)(new_st >> 32), (u32)new_st); in _phl_p2pps_calc_next_noa_s_time()
205 new_desc->start_t_h = new_st >> 32; in _phl_p2pps_calc_next_noa_s_time()
206 new_desc->start_t_l = new_st & 0xFFFFFFFF; in _phl_p2pps_calc_next_noa_s_time()
/OK3568_Linux_fs/kernel/block/
H A Dbfq-wf2q.c722 struct bfq_service_tree *new_st = old_st; in __bfq_entity_update_weight_prio() local
781 new_st = bfq_entity_service_tree(entity); in __bfq_entity_update_weight_prio()
805 new_st->wsum += entity->weight; in __bfq_entity_update_weight_prio()
807 if (new_st != old_st) in __bfq_entity_update_weight_prio()
808 entity->start = new_st->vtime; in __bfq_entity_update_weight_prio()
811 return new_st; in __bfq_entity_update_weight_prio()