Home
last modified time | relevance | path

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

/linux/drivers/md/
A Ddm-path-selector.h23 struct path_selector_type;
25 struct path_selector_type *type;
30 struct path_selector_type { struct
81 int dm_register_path_selector(struct path_selector_type *type); argument
84 int dm_unregister_path_selector(struct path_selector_type *type);
87 struct path_selector_type *dm_get_path_selector(const char *name);
90 void dm_put_path_selector(struct path_selector_type *pst);
A Ddm-path-selector.c20 struct path_selector_type pst;
54 struct path_selector_type *dm_get_path_selector(const char *name) in dm_get_path_selector()
70 void dm_put_path_selector(struct path_selector_type *pst) in dm_put_path_selector()
87 static struct ps_internal *_alloc_path_selector(struct path_selector_type *pst) in _alloc_path_selector()
97 int dm_register_path_selector(struct path_selector_type *pst) in dm_register_path_selector()
118 int dm_unregister_path_selector(struct path_selector_type *pst) in dm_unregister_path_selector()
A Ddm-ps-round-robin.c201 static struct path_selector_type rr_ps = {
A Ddm-ps-io-affinity.c238 static struct path_selector_type ioa_ps = {
A Ddm-ps-queue-length.c242 static struct path_selector_type ql_ps = {
A Ddm-ps-service-time.c324 static struct path_selector_type st_ps = {
A Ddm-ps-historical-service-time.c524 static struct path_selector_type hst_ps = {
A Ddm-mpath.c838 struct path_selector_type *pst; in parse_path_selector()

Completed in 17 milliseconds