Lines Matching full:selector
25 #include "dm-path-selector.h"
44 struct selector { struct
130 static struct selector *alloc_selector(void) in alloc_selector()
132 struct selector *s = kmalloc(sizeof(*s), GFP_KERNEL); in alloc_selector()
149 struct selector *s = ps->context; in hst_weight()
164 struct selector *s = ps->context; in hst_set_weights()
177 struct selector *s; in hst_create()
229 struct selector *s = ps->context; in hst_destroy()
244 struct selector *s = ps->context; in hst_status()
270 struct selector *s = ps->context; in hst_add_path()
321 struct selector *s = ps->context; in hst_fail_path()
333 struct selector *s = ps->context; in hst_reinstate_path()
370 struct selector *s = ps->context; in hst_compare()
433 struct selector *s = ps->context; in hst_select_path()
496 struct selector *s = ps->context; in hst_end_io()
563 MODULE_DESCRIPTION(DM_NAME " measured service time oriented path selector");