Searched refs:scsi_host_next_hn (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A Dhosts.c45 static atomic_t scsi_host_next_hn = ATOMIC_INIT(0); /* host_no for next new host */ variable
413 shost->host_no = atomic_inc_return(&scsi_host_next_hn) - 1; scsi_host_alloc()

Completed in 66 milliseconds