Home
last modified time | relevance | path

Searched refs:table_args (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/md/
Ddm-log-userspace-base.c652 char *table_args; in userspace_status() local
669 table_args = strchr(lc->usr_argv_str, ' '); in userspace_status()
670 BUG_ON(!table_args); /* There will always be a ' ' */ in userspace_status()
671 table_args++; in userspace_status()
674 lc->uuid, table_args); in userspace_status()
Ddm-path-selector.h34 unsigned int table_args; member
Ddm-round-robin.c181 .table_args = 1,
Ddm-queue-length.c222 .table_args = 1,
Ddm-service-time.c303 .table_args = 2,
Ddm-mpath.c1475 pg->ps.type->table_args); in multipath_status()