Searched refs:new_e (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | elevator.c | 581 struct elevator_type *new_e) in elevator_switch_mq() 595 ret = blk_mq_init_sched(q, new_e); in elevator_switch_mq() 599 if (new_e) { in elevator_switch_mq() 607 if (new_e) in elevator_switch_mq() 608 blk_add_trace_msg(q, "elv switch: %s", new_e->elevator_name); in elevator_switch_mq() 713 * switch to new_e io scheduler. be careful not to introduce deadlocks - 718 static int elevator_switch(struct request_queue *q, struct elevator_type *new_e) in elevator_switch() argument 727 err = elevator_switch_mq(q, new_e); in elevator_switch() 580 elevator_switch_mq(struct request_queue *q, struct elevator_type *new_e) elevator_switch_mq() argument
|
H A D | blk.h | 205 struct elevator_type *new_e);
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-snap.c | 762 struct dm_exception *new_e) in dm_insert_exception() 768 l = &eh->table[exception_hash(eh, new_e->old_chunk)]; in dm_insert_exception() 777 if (new_e->old_chunk == (e->old_chunk + in dm_insert_exception() 779 new_e->new_chunk == (dm_chunk_number(e->new_chunk) + in dm_insert_exception() 782 free_completed_exception(new_e); in dm_insert_exception() 787 if (new_e->old_chunk == (e->old_chunk - 1) && in dm_insert_exception() 788 new_e->new_chunk == (dm_chunk_number(e->new_chunk) - 1)) { in dm_insert_exception() 792 free_completed_exception(new_e); in dm_insert_exception() 796 if (new_e->old_chunk < e->old_chunk) in dm_insert_exception() 806 hlist_bl_add_head(&new_e in dm_insert_exception() 761 dm_insert_exception(struct dm_exception_table *eh, struct dm_exception *new_e) dm_insert_exception() argument [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-snap.c | 761 struct dm_exception *new_e) in dm_insert_exception() 767 l = &eh->table[exception_hash(eh, new_e->old_chunk)]; in dm_insert_exception() 776 if (new_e->old_chunk == (e->old_chunk + in dm_insert_exception() 778 new_e->new_chunk == (dm_chunk_number(e->new_chunk) + in dm_insert_exception() 781 free_completed_exception(new_e); in dm_insert_exception() 786 if (new_e->old_chunk == (e->old_chunk - 1) && in dm_insert_exception() 787 new_e->new_chunk == (dm_chunk_number(e->new_chunk) - 1)) { in dm_insert_exception() 791 free_completed_exception(new_e); in dm_insert_exception() 795 if (new_e->old_chunk < e->old_chunk) in dm_insert_exception() 805 hlist_bl_add_head(&new_e in dm_insert_exception() 760 dm_insert_exception(struct dm_exception_table *eh, struct dm_exception *new_e) dm_insert_exception() argument [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | elevator.c | 655 * Switch to new_e io scheduler. 660 int elevator_switch(struct request_queue *q, struct elevator_type *new_e) in elevator_switch() argument 674 ret = blk_mq_init_sched(q, new_e); in elevator_switch() 683 blk_add_trace_msg(q, "elv switch: %s", new_e->elevator_name); in elevator_switch() 691 new_e->elevator_name); in elevator_switch()
|
H A D | blk.h | 276 int elevator_switch(struct request_queue *q, struct elevator_type *new_e);
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | btt.c | 1229 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()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | btt.c | 1227 int new_t, new_e; in btt_read_pg() local 1247 &new_e, NVDIMM_IO_ATOMIC); in btt_read_pg() 1252 (e_flag == new_e)) in btt_read_pg() 1257 e_flag = new_e; in btt_read_pg()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fslog.c | 4532 u32 new_e = t16 / le16_to_cpu(oatbl->size); in log_replay() local 4534 new_e += 10 - le16_to_cpu(oatbl->used); in log_replay() 4536 oatbl = extend_rsttbl(oatbl, new_e, ~0u); in log_replay()
|
Completed in 20 milliseconds