Searched refs:scsi_host_next_hn (Results 1 – 1 of 1) sorted by relevance
45 static atomic_t scsi_host_next_hn = ATOMIC_INIT(0); /* host_no for next new host */ variable413 shost->host_no = atomic_inc_return(&scsi_host_next_hn) - 1; in scsi_host_alloc()