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