Searched refs:old_s (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/bcachefs/
H A Dec.c310 const struct bch_stripe *old_s = old.k->type == KEY_TYPE_stripe local
319 if (new_s && old_s &&
320 new_s->nr_blocks == old_s->nr_blocks &&
321 new_s->nr_redundant == old_s->nr_redundant &&
322 !memcmp(old_s->ptrs, new_s->ptrs,
326 BUG_ON(new_s && old_s &&
327 (new_s->nr_blocks != old_s->nr_blocks ||
328 new_s->nr_redundant != old_s->nr_redundant));
340 if (old_s) {
341 s64 sectors = -((s64) le16_to_cpu(old_s
[all...]
/linux-master/net/dccp/ccids/
H A Dccid3.c164 const u16 old_s = hc->tx_s; local
168 if (hc->tx_s != old_s)
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_drv.c127 struct malidp_se_config *old_s = &old_cs->scaler_config; local
143 hwdev->hw->se_set_scaling_coeffs(hwdev, s, old_s);

Completed in 112 milliseconds