Searched refs:path_selector_type (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/md/
H A Ddm-path-selector.h24 struct path_selector_type;
26 struct path_selector_type *type;
45 struct path_selector_type { struct
96 int dm_register_path_selector(struct path_selector_type *type);
99 int dm_unregister_path_selector(struct path_selector_type *type);
102 struct path_selector_type *dm_get_path_selector(const char *name);
105 void dm_put_path_selector(struct path_selector_type *pst);
H A Ddm-path-selector.c21 struct path_selector_type pst;
55 struct path_selector_type *dm_get_path_selector(const char *name)
71 void dm_put_path_selector(struct path_selector_type *pst)
88 static struct ps_internal *_alloc_path_selector(struct path_selector_type *pst)
98 int dm_register_path_selector(struct path_selector_type *pst)
120 int dm_unregister_path_selector(struct path_selector_type *pst)
H A Ddm-ps-round-robin.c205 static struct path_selector_type rr_ps = {
H A Ddm-ps-service-time.c324 static struct path_selector_type st_ps = {
H A Ddm-ps-queue-length.c243 static struct path_selector_type ql_ps = {
H A Ddm-ps-io-affinity.c238 static struct path_selector_type ioa_ps = {
H A Ddm-ps-historical-service-time.c523 static struct path_selector_type hst_ps = {
H A Ddm-mpath.c850 struct path_selector_type *pst;

Completed in 113 milliseconds