Symbol: path_selector_type
drivers/md/dm-mpath.c
845
struct path_selector_type *pst;
drivers/md/dm-path-selector.c
120
void dm_unregister_path_selector(struct path_selector_type *pst)
drivers/md/dm-path-selector.c
21
struct path_selector_type pst;
drivers/md/dm-path-selector.c
55
struct path_selector_type *dm_get_path_selector(const char *name)
drivers/md/dm-path-selector.c
71
void dm_put_path_selector(struct path_selector_type *pst)
drivers/md/dm-path-selector.c
88
static struct ps_internal *_alloc_path_selector(struct path_selector_type *pst)
drivers/md/dm-path-selector.c
98
int dm_register_path_selector(struct path_selector_type *pst)
drivers/md/dm-path-selector.h
102
struct path_selector_type *dm_get_path_selector(const char *name);
drivers/md/dm-path-selector.h
105
void dm_put_path_selector(struct path_selector_type *pst);
drivers/md/dm-path-selector.h
24
struct path_selector_type;
drivers/md/dm-path-selector.h
26
struct path_selector_type *type;
drivers/md/dm-path-selector.h
96
int dm_register_path_selector(struct path_selector_type *type);
drivers/md/dm-path-selector.h
99
void dm_unregister_path_selector(struct path_selector_type *type);
drivers/md/dm-ps-historical-service-time.c
523
static struct path_selector_type hst_ps = {
drivers/md/dm-ps-io-affinity.c
237
static struct path_selector_type ioa_ps = {
drivers/md/dm-ps-queue-length.c
243
static struct path_selector_type ql_ps = {
drivers/md/dm-ps-round-robin.c
205
static struct path_selector_type rr_ps = {
drivers/md/dm-ps-service-time.c
324
static struct path_selector_type st_ps = {