Lines Matching defs:selector
8 * Throughput oriented path selector.
12 #include "dm-path-selector.h"
24 struct selector {
38 static struct selector *alloc_selector(void)
40 struct selector *s = kmalloc(sizeof(*s), GFP_KERNEL);
53 struct selector *s = alloc_selector();
74 struct selector *s = ps->context;
111 struct selector *s = ps->context;
175 struct selector *s = ps->context;
186 struct selector *s = ps->context;
276 struct selector *s = ps->context;
360 MODULE_DESCRIPTION(DM_NAME " throughput oriented path selector");