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

/linux-master/block/
H A Delevator.c94 * elevator_match - Check whether @e's name or alias matches @name
100 static bool elevator_match(const struct elevator_type *e, const char *name) function
111 if (elevator_match(e, name))
733 if (q->elevator && elevator_match(q->elevator->type, elevator_name))

Completed in 127 milliseconds