Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_priv.h122 extern void scsi_proc_host_rm(struct Scsi_Host *);
129 # define scsi_proc_host_rm(shost) do { } while (0) macro
H A Dscsi_proc.c249 void scsi_proc_host_rm(struct Scsi_Host *shost) in scsi_proc_host_rm() function
H A Dhosts.c183 scsi_proc_host_rm(shost); in scsi_remove_host()