Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-path-selector.h23 struct path_selector_type;
25 struct path_selector_type *type;
44 struct path_selector_type { struct
96 int dm_register_path_selector(struct path_selector_type *type); argument
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);
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()
Ddm-ps-round-robin.c201 static struct path_selector_type rr_ps = {
Ddm-ps-io-affinity.c238 static struct path_selector_type ioa_ps = {
Ddm-ps-queue-length.c242 static struct path_selector_type ql_ps = {
Ddm-ps-service-time.c324 static struct path_selector_type st_ps = {
Ddm-ps-historical-service-time.c523 static struct path_selector_type hst_ps = {
Ddm-mpath.c842 struct path_selector_type *pst; in parse_path_selector()