Home
last modified time | relevance | path

Searched refs:attach_count (Results 1 – 4 of 4) sorted by relevance

/drivers/dma-buf/
Ddma-buf.c779 int count = 0, attach_count; in dma_buf_describe() local
806 attach_count = 0; in dma_buf_describe()
812 attach_count++; in dma_buf_describe()
816 attach_count); in dma_buf_describe()
/drivers/scsi/sym53c8xx_2/
Dsym_glue.c1678 static int attach_count; variable
1721 shost = sym_attach(&sym2_template, attach_count, &sym_dev); in sym2_probe()
1729 attach_count++; in sym2_probe()
1755 attach_count--; in sym2_remove()
/drivers/target/
Dtarget_core_device.c362 deve->attach_count++; in core_enable_device_list_for_node()
419 deve->attach_count--; in core_disable_device_list_for_node()
Dtarget_core_stat.c1255 ret = snprintf(page, PAGE_SIZE, "%u\n", deve->attach_count); in target_stat_scsi_auth_intr_show_attr_att_count()