Searched refs:path_selector_type (Results 1 – 8 of 8) sorted by relevance
23 struct path_selector_type;25 struct path_selector_type *type;30 struct path_selector_type { struct81 int dm_register_path_selector(struct path_selector_type *type); argument84 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);
20 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()
201 static struct path_selector_type rr_ps = {
238 static struct path_selector_type ioa_ps = {
242 static struct path_selector_type ql_ps = {
324 static struct path_selector_type st_ps = {
524 static struct path_selector_type hst_ps = {
838 struct path_selector_type *pst; in parse_path_selector()
Completed in 17 milliseconds