Home
last modified time | relevance | path

Searched refs:tagset_refcnt (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dhosts.c192 kref_put(&shost->tagset_refcnt, scsi_mq_free_tags); in scsi_remove_host()
258 kref_init(&shost->tagset_refcnt); in scsi_add_host_with_dma()
333 kref_put(&shost->tagset_refcnt, scsi_mq_free_tags); in scsi_add_host_with_dma()
H A Dscsi_scan.c343 kref_get(&sdev->host->tagset_refcnt); in scsi_alloc_sdev()
H A Dscsi_sysfs.c1503 kref_put(&sdev->host->tagset_refcnt, scsi_mq_free_tags); in __scsi_remove_device()
H A Dscsi_lib.c2005 tagset_refcnt); in scsi_mq_free_tags()
/openbmc/linux/include/scsi/
H A Dscsi_host.h563 struct kref tagset_refcnt; member