Home
last modified time | relevance | path

Searched refs:elevator_exit_fn (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/include/linux/
Delevator.h37 typedef void (elevator_exit_fn) (struct elevator_queue *); typedef
66 elevator_exit_fn *elevator_exit_fn; member
/linux-3.4.99/block/
Dnoop-iosched.c89 .elevator_exit_fn = noop_exit_queue,
Ddeadline-iosched.c441 .elevator_exit_fn = deadline_exit_queue,
Delevator.c243 if (e->type->ops.elevator_exit_fn) in elevator_exit()
244 e->type->ops.elevator_exit_fn(e); in elevator_exit()
Dcfq-iosched.c3870 .elevator_exit_fn = cfq_exit_queue,
/linux-3.4.99/Documentation/block/
Dbiodoc.txt990 elevator_exit_fn Allocate and free any elevator specific storage