Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/
Di915_scatterlist.c17 struct sg_table new_st; in i915_sg_trim() local
24 if (sg_alloc_table(&new_st, orig_st->nents, GFP_KERNEL | __GFP_NOWARN)) in i915_sg_trim()
27 new_sg = new_st.sgl; in i915_sg_trim()
39 *orig_st = new_st; in i915_sg_trim()
/linux-6.1.9/block/
Dbfq-wf2q.c704 struct bfq_service_tree *new_st = old_st; in __bfq_entity_update_weight_prio() local
763 new_st = bfq_entity_service_tree(entity); in __bfq_entity_update_weight_prio()
787 new_st->wsum += entity->weight; in __bfq_entity_update_weight_prio()
789 if (new_st != old_st) in __bfq_entity_update_weight_prio()
790 entity->start = new_st->vtime; in __bfq_entity_update_weight_prio()
793 return new_st; in __bfq_entity_update_weight_prio()