Searched refs:new_e (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_quota2.c | 204 struct xt_quota_counter *new_e; in q2_get_counter() local 210 new_e = q2_new_counter(q, false); in q2_get_counter() 211 if (new_e == NULL) in q2_get_counter() 219 kfree(new_e); in q2_get_counter() 223 e = new_e; in q2_get_counter()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | elevator.c | 576 struct elevator_type *new_e) in elevator_switch_mq() argument 590 ret = blk_mq_init_sched(q, new_e); in elevator_switch_mq() 594 if (new_e) { in elevator_switch_mq() 602 if (new_e) in elevator_switch_mq() 603 blk_add_trace_msg(q, "elv switch: %s", new_e->elevator_name); in elevator_switch_mq() 707 static int elevator_switch(struct request_queue *q, struct elevator_type *new_e) in elevator_switch() argument 716 err = elevator_switch_mq(q, new_e); in elevator_switch()
|
| H A D | blk.h | 206 struct elevator_type *new_e);
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-snap.c | 762 struct dm_exception *new_e) in dm_insert_exception() argument 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->hash_list, l); in dm_insert_exception() [all …]
|
| /OK3568_Linux_fs/kernel/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()
|