Lines Matching full:selector
9 * Throughput oriented path selector.
13 #include "dm-path-selector.h"
25 struct selector { struct
39 static struct selector *alloc_selector(void) in alloc_selector() argument
41 struct selector *s = kmalloc(sizeof(*s), GFP_KERNEL); in alloc_selector()
54 struct selector *s = alloc_selector(); in st_create()
75 struct selector *s = ps->context; in st_destroy()
115 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");