Searched defs:path_info (Results 1 – 6 of 6) sorted by relevance
54 struct path_info { struct55 struct list_head list;56 struct dm_path *path;57 unsigned int repeat_count;59 spinlock_t lock;61 u64 historical_service_time; /* Fixed point */63 u64 stale_after;64 u64 last_finish;66 u64 outstanding;
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
399 struct mmp_path_info *path_info; in path_init() local
657 unsigned int path_info; member686 unsigned int path_info; member