Home
last modified time | relevance | path

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

/linux/fs/bcachefs/ !
H A Dec.c351 const struct bch_stripe *old_s = old.k->type == KEY_TYPE_stripe in mark_stripe_buckets() local
356 BUG_ON(old_s && new_s && old_s->nr_blocks != new_s->nr_blocks); in mark_stripe_buckets()
358 unsigned nr_blocks = new_s ? new_s->nr_blocks : old_s->nr_blocks; in mark_stripe_buckets()
361 if (new_s && old_s && in mark_stripe_buckets()
363 &old_s->ptrs[i], in mark_stripe_buckets()
374 if (old_s) { in mark_stripe_buckets()
393 const struct bch_stripe *old_s = old.k->type == KEY_TYPE_stripe in bch2_trigger_stripe() local
401 BUG_ON(new_s && old_s && in bch2_trigger_stripe()
402 (new_s->nr_blocks != old_s in bch2_trigger_stripe()
[all...]
/linux/drivers/gpu/drm/arm/ !
H A Dmalidp_drv.c128 struct malidp_se_config *old_s = &old_cs->scaler_config; in malidp_atomic_commit_se_config() local
144 hwdev->hw->se_set_scaling_coeffs(hwdev, s, old_s); in malidp_atomic_commit_se_config()