Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.c419 u32 old_v, new_v; in switch_mocs() local
434 old_v = vgpu_vreg_t(pre, offset); in switch_mocs()
436 old_v = gen9_render_mocs.control_table[engine->id][i]; in switch_mocs()
442 if (old_v != new_v) in switch_mocs()
452 old_v = vgpu_vreg_t(pre, l3_offset); in switch_mocs()
454 old_v = gen9_render_mocs.l3cc_table[i]; in switch_mocs()
460 if (old_v != new_v) in switch_mocs()
488 u32 old_v, new_v; in switch_mmio() local
512 old_v = vgpu_vreg_t(pre, mmio->reg); in switch_mmio()
514 old_v = mmio->value = in switch_mmio()
[all …]
/linux/fs/bcachefs/
H A Dbtree_trans_commit.c63 BUG_ON(i->old_v != k.v); in verify_update_old_key()
407 if (i->old_v == &ck->k->v) in btree_key_can_insert_cached_slowpath()
408 i->old_v = &new_k->v; in btree_key_can_insert_cached_slowpath()
447 if (i->old_v == &ck->k->v) in btree_key_can_insert_cached()
448 i->old_v = &new_k->v; in btree_key_can_insert_cached()
466 struct bkey_s_c old = { &i->old_k, i->old_v }; in run_one_mem_trigger()
497 struct bkey_s_c old = { &old_k, i->old_v }; in run_one_trans_trigger()
795 (struct bkey_s_c) { &i->old_k, i->old_v }); in bch2_trans_commit_write_locked()
H A Dbtree_update.c440 i->old_v = bch2_btree_path_peek_slot_exact(path, &i->old_k).v; in bch2_trans_update_by_path()
449 i->old_v = &j_k->v; in bch2_trans_update_by_path()
H A Dbtree_types.h442 const struct bch_val *old_v; member
H A Dbtree_iter.c650 i->old_v = bch2_btree_path_peek_slot(trans->paths + i->path, &i->old_k).v; in bch2_trans_revalidate_updates_in_node()
659 i->old_v = &j_k->v; in bch2_trans_revalidate_updates_in_node()
1451 struct bkey_s_c old = { &i->old_k, i->old_v }; in bch2_trans_updates_to_text()
/linux/drivers/tty/serial/
H A Dsifive.c633 u32 v, old_v; in sifive_serial_set_termios() local
666 old_v = v; in sifive_serial_set_termios()
671 if (v != old_v) in sifive_serial_set_termios()