Lines Matching full:selector
13 * queue-length path selector - choose a path with the least number of
18 #include "dm-path-selector.h"
30 struct selector { struct
43 static struct selector *alloc_selector(void) in alloc_selector() argument
45 struct selector *s = kmalloc(sizeof(*s), GFP_KERNEL); in alloc_selector()
58 struct selector *s = alloc_selector(); in ql_create()
79 struct selector *s = ps->context; in ql_destroy()
93 /* When called with NULL path, return selector status/args. */ in ql_status()
118 struct selector *s = ps->context; in ql_add_path()
166 struct selector *s = ps->context; in ql_fail_path()
177 struct selector *s = ps->context; in ql_reinstate_path()
193 struct selector *s = ps->context; in ql_select_path()
285 DM_NAME " path selector to balance the number of in-flight I/Os"