Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
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()
/Linux-v5.10/block/
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()