Lines Matching full:selector
10 * Round-robin path selector.
15 #include "dm-path-selector.h"
47 * Round-robin selector
50 struct selector { struct
56 static struct selector *alloc_selector(void) in alloc_selector() argument
58 struct selector *s = kmalloc(sizeof(*s), GFP_KERNEL); in alloc_selector()
71 struct selector *s; in rr_create()
83 struct selector *s = ps->context; in rr_destroy()
124 struct selector *s = ps->context; in rr_add_path()
168 struct selector *s = ps->context; in rr_fail_path()
179 struct selector *s = ps->context; in rr_reinstate_path()
192 struct selector *s = ps->context; in rr_select_path()
242 MODULE_DESCRIPTION(DM_NAME " round-robin multipath path selector");