Searched refs:ps_internal (Results 1 – 1 of 1) sorted by relevance
19 struct ps_internal { struct24 #define pst_to_psi(__pst) container_of((__pst), struct ps_internal, pst) argument29 static struct ps_internal *__find_path_selector_type(const char *name) in __find_path_selector_type()31 struct ps_internal *psi; in __find_path_selector_type()41 static struct ps_internal *get_path_selector(const char *name) in get_path_selector()43 struct ps_internal *psi; in get_path_selector()56 struct ps_internal *psi; in dm_get_path_selector()72 struct ps_internal *psi; in dm_put_path_selector()89 struct ps_internal *psi = kzalloc(sizeof(*psi), GFP_KERNEL); in _alloc_path_selector()100 struct ps_internal *psi = _alloc_path_selector(pst); in dm_register_path_selector()[all …]
Completed in 3 milliseconds