Searched refs:reserve_list (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/scsi/ |
D | gdth_proc.c | 194 if (reserve_list[0] == 0xff) in gdth_get_info() 197 hlen = sprintf(hrec, "%d", reserve_list[0]); in gdth_get_info() 199 if (reserve_list[i] == 0xff) in gdth_get_info() 201 hlen += snprintf(hrec + hlen , 161 - hlen, ",%d", reserve_list[i]); in gdth_get_info()
|
D | gdth.c | 336 static int reserve_list[MAX_RES_ARGS] = variable 359 module_param_array(reserve_list, int, NULL, 0); 1882 if (reserve_list[i] == ha->hanum && reserve_list[i+1] < ha->bus_cnt && in gdth_search_drives() 1883 reserve_list[i+2] < ha->tid_cnt && reserve_list[i+3] < MAXLUN) { in gdth_search_drives() 1885 reserve_list[i], reserve_list[i+1], in gdth_search_drives() 1886 reserve_list[i+2], reserve_list[i+3])); in gdth_search_drives() 1888 reserve_list[i+1], reserve_list[i+2] | in gdth_search_drives() 1889 (reserve_list[i+3] << 8))) { in gdth_search_drives() 3815 reserve_list[0] = val; in internal_setup() 3824 reserve_list[i] = in internal_setup()
|