Home
last modified time | relevance | path

Searched refs:elevator_dispatch_fn (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
Delevator.h24 typedef int (elevator_dispatch_fn) (struct request_queue *, int); typedef
51 elevator_dispatch_fn *elevator_dispatch_fn; member
/linux-4.1.27/block/
Dnoop-iosched.c97 .elevator_dispatch_fn = noop_dispatch,
Dblk.h148 !q->elevator->type->ops.elevator_dispatch_fn(q, 0)) in __elv_next_request()
Ddeadline-iosched.c448 .elevator_dispatch_fn = deadline_dispatch_requests,
Delevator.c584 while (q->elevator->type->ops.elevator_dispatch_fn(q, 1)) in elv_drain_elevator()
Dcfq-iosched.c4581 .elevator_dispatch_fn = cfq_dispatch_requests,
/linux-4.1.27/Documentation/block/
Dbiodoc.txt933 elevator_dispatch_fn* fills the dispatch queue with ready requests.