Searched refs:old_v (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.c419 u32 old_v, new_v; local
434 old_v = vgpu_vreg_t(pre, offset);
436 old_v = gen9_render_mocs.control_table[engine->id][i];
442 if (old_v != new_v)
452 old_v = vgpu_vreg_t(pre, l3_offset);
454 old_v = gen9_render_mocs.l3cc_table[i];
460 if (old_v != new_v)
488 u32 old_v, new_v; local
512 old_v = vgpu_vreg_t(pre, mmio->reg);
514 old_v
[all...]
/linux-master/fs/bcachefs/
H A Dbtree_trans_commit.c41 BUG_ON(i->old_v != k.v);
384 if (i->old_v == &ck->k->v)
385 i->old_v = &new_k->v;
424 if (i->old_v == &ck->k->v)
425 i->old_v = &new_k->v;
438 struct bkey_s_c old = { &i->old_k, i->old_v };
472 struct bkey_s_c old = { &old_k, i->old_v };
719 (struct bkey_s_c) { &i->old_k, i->old_v });
H A Dbtree_update.c438 i->old_v = bch2_btree_path_peek_slot_exact(path, &i->old_k).v;
447 i->old_v = &j_k->v;
H A Dbtree_types.h363 const struct bch_val *old_v; member in struct:btree_insert_entry
H A Dbtree_iter.c662 i->old_v = bch2_btree_path_peek_slot(trans->paths + i->path, &i->old_k).v;
671 i->old_v = &j_k->v;
1396 struct bkey_s_c old = { &i->old_k, i->old_v };
/linux-master/drivers/tty/serial/
H A Dsifive.c633 u32 v, old_v; local
666 old_v = v;
671 if (v != old_v)

Completed in 121 milliseconds