Lines Matching defs:selector
9 * Throughput oriented path selector.
13 #include "dm-path-selector.h"
25 struct selector {
39 static struct selector *alloc_selector(void)
41 struct selector *s = kmalloc(sizeof(*s), GFP_KERNEL);
54 struct selector *s = alloc_selector();
75 struct selector *s = ps->context;
115 struct selector *s = ps->context;
178 struct selector *s = ps->context;
189 struct selector *s = ps->context;
279 struct selector *s = ps->context;
363 MODULE_DESCRIPTION(DM_NAME " throughput oriented path selector");