Searched refs:old_v (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/gvt/ |
| H A D | mmio_context.c | 419 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-6.15/fs/bcachefs/ |
| H A D | btree_trans_commit.c | 63 BUG_ON(i->old_v != k.v); in verify_update_old_key() 409 if (i->old_v == &ck->k->v) in btree_key_can_insert_cached_slowpath() 410 i->old_v = &new_k->v; in btree_key_can_insert_cached_slowpath() 449 if (i->old_v == &ck->k->v) in btree_key_can_insert_cached() 450 i->old_v = &new_k->v; in btree_key_can_insert_cached() 468 struct bkey_s_c old = { &i->old_k, i->old_v }; in run_one_mem_trigger() 498 struct bkey_s_c old = { &old_k, i->old_v }; in run_one_trans_trigger() 743 (struct bkey_s_c) { &i->old_k, i->old_v }); in bch2_trans_commit_write_locked()
|
| H A D | btree_update.c | 441 i->old_v = bch2_btree_path_peek_slot_exact(path, &i->old_k).v; in bch2_trans_update_by_path() 450 i->old_v = &j_k->v; in bch2_trans_update_by_path()
|
| H A D | btree_types.h | 442 const struct bch_val *old_v; member
|
| H A D | btree_iter.c | 638 i->old_v = bch2_btree_path_peek_slot(trans->paths + i->path, &i->old_k).v; in bch2_trans_revalidate_updates_in_node() 647 i->old_v = &j_k->v; in bch2_trans_revalidate_updates_in_node() 1471 struct bkey_s_c old = { &i->old_k, i->old_v }; in bch2_trans_updates_to_text()
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | sifive.c | 639 u32 v, old_v; in sifive_serial_set_termios() local 672 old_v = v; in sifive_serial_set_termios() 677 if (v != old_v) in sifive_serial_set_termios()
|