Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Delevator.c93 * elevator_match - Test an elevator name and features
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()
762 elevator_match(q->elevator->type, elevator_name, 0)) { in __elevator_change()
802 if (elv && elevator_match(elv, __e->elevator_name, 0)) { in elv_iosched_show()
807 elevator_match(__e, __e->elevator_name, in elv_iosched_show()
/kernel/linux/linux-6.6/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) in elevator_match() function
111 if (elevator_match(e, name)) in __elevator_find()
733 if (q->elevator && elevator_match(q->elevator->type, elevator_name)) in elevator_change()

Completed in 3 milliseconds