new_st            733 block/bfq-wf2q.c 	struct bfq_service_tree *new_st = old_st;
new_st            792 block/bfq-wf2q.c 		new_st = bfq_entity_service_tree(entity);
new_st            816 block/bfq-wf2q.c 		new_st->wsum += entity->weight;
new_st            818 block/bfq-wf2q.c 		if (new_st != old_st)
new_st            819 block/bfq-wf2q.c 			entity->start = new_st->vtime;
new_st            822 block/bfq-wf2q.c 	return new_st;
new_st             11 drivers/gpu/drm/i915/i915_scatterlist.c 	struct sg_table new_st;
new_st             18 drivers/gpu/drm/i915/i915_scatterlist.c 	if (sg_alloc_table(&new_st, orig_st->nents, GFP_KERNEL | __GFP_NOWARN))
new_st             21 drivers/gpu/drm/i915/i915_scatterlist.c 	new_sg = new_st.sgl;
new_st             33 drivers/gpu/drm/i915/i915_scatterlist.c 	*orig_st = new_st;