path_selector_type
struct path_selector_type *pst;
void dm_unregister_path_selector(struct path_selector_type *pst)
struct path_selector_type pst;
struct path_selector_type *dm_get_path_selector(const char *name)
void dm_put_path_selector(struct path_selector_type *pst)
static struct ps_internal *_alloc_path_selector(struct path_selector_type *pst)
int dm_register_path_selector(struct path_selector_type *pst)
struct path_selector_type *dm_get_path_selector(const char *name);
void dm_put_path_selector(struct path_selector_type *pst);
struct path_selector_type;
struct path_selector_type *type;
int dm_register_path_selector(struct path_selector_type *type);
void dm_unregister_path_selector(struct path_selector_type *type);
static struct path_selector_type hst_ps = {
static struct path_selector_type ioa_ps = {
static struct path_selector_type ql_ps = {
static struct path_selector_type rr_ps = {
static struct path_selector_type st_ps = {