Lines Matching refs:selector
12 * queue-length path selector - choose a path with the least number of
17 #include "dm-path-selector.h"
29 struct selector {
42 static struct selector *alloc_selector(void)
44 struct selector *s = kmalloc(sizeof(*s), GFP_KERNEL);
57 struct selector *s = alloc_selector();
78 struct selector *s = ps->context;
92 /* When called with NULL path, return selector status/args. */
114 struct selector *s = ps->context;
162 struct selector *s = ps->context;
173 struct selector *s = ps->context;
189 struct selector *s = ps->context;
281 DM_NAME " path selector to balance the number of in-flight I/Os"