Searched refs:elevator_match (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/block/ |
D | elevator.c | 101 static bool elevator_match(const struct elevator_type *e, const char *name, in elevator_match() function 128 if (elevator_match(e, name, required_features)) in elevator_find() 770 elevator_match(q->elevator->type, elevator_name, 0)) { in __elevator_change() 810 if (elv && elevator_match(elv, __e->elevator_name, 0)) { in elv_iosched_show() 815 elevator_match(__e, __e->elevator_name, in elv_iosched_show()
|