Searched refs:new_st (Results 1 – 2 of 2) sorted by relevance
17 struct sg_table new_st; in i915_sg_trim() local24 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()
705 struct bfq_service_tree *new_st = old_st; in __bfq_entity_update_weight_prio() local748 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