Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Delevator.h59 typedef void (elevator_exit_fn) (struct elevator_queue *); typedef
90 elevator_exit_fn *elevator_exit_fn; member
/Linux-v4.19/block/
Dnoop-iosched.c102 .elevator_exit_fn = noop_exit_queue,
Ddeadline-iosched.c537 .elevator_exit_fn = deadline_exit_queue,
Delevator.c248 else if (!e->uses_mq && e->type->ops.sq.elevator_exit_fn) in elevator_exit()
249 e->type->ops.sq.elevator_exit_fn(e); in elevator_exit()
Dcfq-iosched.c4836 .elevator_exit_fn = cfq_exit_queue,
/Linux-v4.19/Documentation/block/
Dbiodoc.txt952 elevator_exit_fn Allocate and free any elevator specific storage