Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/
A 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.3-rc2/block/
A Dbfq-wf2q.c705 struct bfq_service_tree *new_st = old_st; in __bfq_entity_update_weight_prio() local
748 new_st = bfq_entity_service_tree(entity); in __bfq_entity_update_weight_prio()
768 new_st->wsum += entity->weight; in __bfq_entity_update_weight_prio()
770 if (new_st != old_st) in __bfq_entity_update_weight_prio()
771 entity->start = new_st->vtime; in __bfq_entity_update_weight_prio()
774 return new_st; in __bfq_entity_update_weight_prio()

Completed in 162 milliseconds