Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Delevator.c936 struct elevator_type *new_e) in elevator_switch_mq() argument
949 ret = blk_mq_init_sched(q, new_e); in elevator_switch_mq()
953 if (new_e) { in elevator_switch_mq()
961 if (new_e) in elevator_switch_mq()
962 blk_add_trace_msg(q, "elv switch: %s", new_e->elevator_name); in elevator_switch_mq()
1010 static int elevator_switch(struct request_queue *q, struct elevator_type *new_e) in elevator_switch() argument
1022 err = elevator_switch_mq(q, new_e); in elevator_switch()
1050 err = new_e->ops.sq.elevator_init_fn(q, new_e); in elevator_switch()
1064 blk_add_trace_msg(q, "elv switch: %s", new_e->elevator_name); in elevator_switch()
Dblk.h238 struct elevator_type *new_e);
/Linux-v4.19/drivers/md/
Ddm-snap.c705 struct dm_exception *new_e) in dm_insert_exception() argument
710 l = &eh->table[exception_hash(eh, new_e->old_chunk)]; in dm_insert_exception()
719 if (new_e->old_chunk == (e->old_chunk + in dm_insert_exception()
721 new_e->new_chunk == (dm_chunk_number(e->new_chunk) + in dm_insert_exception()
724 free_completed_exception(new_e); in dm_insert_exception()
729 if (new_e->old_chunk == (e->old_chunk - 1) && in dm_insert_exception()
730 new_e->new_chunk == (dm_chunk_number(e->new_chunk) - 1)) { in dm_insert_exception()
734 free_completed_exception(new_e); in dm_insert_exception()
738 if (new_e->old_chunk > e->old_chunk) in dm_insert_exception()
743 list_add(&new_e->hash_list, e ? &e->hash_list : l); in dm_insert_exception()
/Linux-v4.19/drivers/nvdimm/
Dbtt.c1228 int new_t, new_e; in btt_read_pg() local
1248 &new_e, NVDIMM_IO_ATOMIC); in btt_read_pg()
1253 (e_flag == new_e)) in btt_read_pg()
1258 e_flag = new_e; in btt_read_pg()