Lines Matching full:selector
8 * Throughput oriented path selector.
12 #include "dm-path-selector.h"
24 struct selector { struct
38 static struct selector *alloc_selector(void) in alloc_selector() argument
40 struct selector *s = kmalloc(sizeof(*s), GFP_KERNEL); in alloc_selector()
53 struct selector *s = alloc_selector(); in st_create()
74 struct selector *s = ps->context; in st_destroy()
114 struct selector *s = ps->context; in st_add_path()
178 struct selector *s = ps->context; in st_fail_path()
189 struct selector *s = ps->context; in st_reinstate_path()
279 struct selector *s = ps->context; in st_select_path()
363 MODULE_DESCRIPTION(DM_NAME " throughput oriented path selector");