Home
last modified time | relevance | path

Searched refs:new_e (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/block/
Delevator.c575 struct elevator_type *new_e) in elevator_switch_mq() argument
589 ret = blk_mq_init_sched(q, new_e); in elevator_switch_mq()
593 if (new_e) { in elevator_switch_mq()
601 if (new_e) in elevator_switch_mq()
602 blk_add_trace_msg(q, "elv switch: %s", new_e->elevator_name); in elevator_switch_mq()
703 static int elevator_switch(struct request_queue *q, struct elevator_type *new_e) in elevator_switch() argument
712 err = elevator_switch_mq(q, new_e); in elevator_switch()
Dblk.h204 struct elevator_type *new_e);
/Linux-v5.10/drivers/md/
Ddm-snap.c757 struct dm_exception *new_e) in dm_insert_exception() argument
763 l = &eh->table[exception_hash(eh, new_e->old_chunk)]; in dm_insert_exception()
772 if (new_e->old_chunk == (e->old_chunk + in dm_insert_exception()
774 new_e->new_chunk == (dm_chunk_number(e->new_chunk) + in dm_insert_exception()
777 free_completed_exception(new_e); in dm_insert_exception()
782 if (new_e->old_chunk == (e->old_chunk - 1) && in dm_insert_exception()
783 new_e->new_chunk == (dm_chunk_number(e->new_chunk) - 1)) { in dm_insert_exception()
787 free_completed_exception(new_e); in dm_insert_exception()
791 if (new_e->old_chunk < e->old_chunk) in dm_insert_exception()
801 hlist_bl_add_head(&new_e->hash_list, l); in dm_insert_exception()
[all …]
/Linux-v5.10/drivers/nvdimm/
Dbtt.c1229 int new_t, new_e; in btt_read_pg() local
1249 &new_e, NVDIMM_IO_ATOMIC); in btt_read_pg()
1254 (e_flag == new_e)) in btt_read_pg()
1259 e_flag = new_e; in btt_read_pg()