Home
last modified time | relevance | path

Searched refs:path_map (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/
H A Ddm-ps-io-affinity.c22 struct path_info **path_map; member
29 struct path_info *pi = s->path_map[cpu]; in ioa_free_path()
39 s->path_map[cpu] = NULL; in ioa_free_path()
86 if (s->path_map[cpu]) { in ioa_add_path()
92 s->path_map[cpu] = pi; in ioa_add_path()
119 s->path_map = kzalloc_objs(struct path_info *, nr_cpu_ids); in ioa_create()
120 if (!s->path_map) in ioa_create()
131 kfree(s->path_map); in ioa_create()
146 kfree(s->path_map); in ioa_destroy()
206 pi = s->path_map[cpu]; in ioa_select_path()
[all …]
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h1149 u8 path_map; member
/linux/drivers/scsi/
H A Dhpsa.c829 else if (hdev->path_map & path_map_index) in path_info_show()
4214 memcpy(&this_device->path_map, in hpsa_get_path_info()
4216 sizeof(this_device->path_map)); in hpsa_get_path_info()