Searched refs:new_e (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-snap.c645 struct dm_exception *new_e)
650 l = &eh->table[exception_hash(eh, new_e->old_chunk)];
659 if (new_e->old_chunk == (e->old_chunk +
661 new_e->new_chunk == (dm_chunk_number(e->new_chunk) +
664 free_completed_exception(new_e);
669 if (new_e->old_chunk == (e->old_chunk - 1) &&
670 new_e->new_chunk == (dm_chunk_number(e->new_chunk) - 1)) {
674 free_completed_exception(new_e);
678 if (new_e->old_chunk > e->old_chunk)
683 list_add(&new_e
644 dm_insert_exception(struct dm_exception_table *eh, struct dm_exception *new_e) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Delevator.c1005 * switch to new_e io scheduler. be careful not to introduce deadlocks -
1010 static int elevator_switch(struct request_queue *q, struct elevator_type *new_e) argument
1019 e = elevator_alloc(q, new_e);

Completed in 71 milliseconds