Lines Matching full:selector
9 * Round-robin path selector.
14 #include "dm-path-selector.h"
43 * Round-robin selector
46 struct selector { struct
52 static struct selector *alloc_selector(void) in alloc_selector() argument
54 struct selector *s = kmalloc(sizeof(*s), GFP_KERNEL); in alloc_selector()
67 struct selector *s; in rr_create()
79 struct selector *s = ps->context; in rr_destroy()
116 struct selector *s = ps->context; in rr_add_path()
160 struct selector *s = ps->context; in rr_fail_path()
171 struct selector *s = ps->context; in rr_reinstate_path()
184 struct selector *s = ps->context; in rr_select_path()
234 MODULE_DESCRIPTION(DM_NAME " round-robin multipath path selector");