Searched refs:path_selector_type (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-path-selector.h23 struct path_selector_type;
25 struct path_selector_type *type;
30 struct path_selector_type { struct
86 int dm_register_path_selector(struct path_selector_type *type);
89 int dm_unregister_path_selector(struct path_selector_type *type);
92 struct path_selector_type *dm_get_path_selector(const char *name);
95 void dm_put_path_selector(struct path_selector_type *pst);
H A Ddm-path-selector.c19 struct path_selector_type pst;
53 struct path_selector_type *dm_get_path_selector(const char *name)
69 void dm_put_path_selector(struct path_selector_type *pst)
86 static struct ps_internal *_alloc_path_selector(struct path_selector_type *pst)
96 int dm_register_path_selector(struct path_selector_type *pst)
117 int dm_unregister_path_selector(struct path_selector_type *pst)
H A Ddm-round-robin.c178 static struct path_selector_type rr_ps = {
H A Ddm-queue-length.c219 static struct path_selector_type ql_ps = {
H A Ddm-service-time.c300 static struct path_selector_type st_ps = {
H A Ddm-mpath.c544 struct path_selector_type *pst;

Completed in 106 milliseconds