Searched defs:path_info (Results 1 – 4 of 4) sorted by relevance
30 struct path_info { struct31 struct list_head list;32 struct dm_path *path;33 unsigned repeat_count;34 unsigned relative_throughput;35 atomic_t in_flight_size; /* Total size of in-flight I/Os */
35 struct path_info { struct36 struct list_head list;37 struct dm_path *path;38 unsigned repeat_count;39 atomic_t qlen; /* the number of in-flight I/Os */
26 struct path_info { struct34 struct path_info *pi, *next; in free_paths() argument
403 struct mmp_path_info *path_info; in path_init() local