Home
last modified time | relevance | path

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

/drivers/dma-buf/
Ddma-buf.c1215 int count = 0, attach_count, shared_count, i; in dma_buf_debug_show() local
1274 attach_count = 0; in dma_buf_debug_show()
1278 attach_count++; in dma_buf_debug_show()
1282 attach_count); in dma_buf_debug_show()
/drivers/scsi/sym53c8xx_2/
Dsym_glue.c1660 static int attach_count; variable
1703 shost = sym_attach(&sym2_template, attach_count, &sym_dev); in sym2_probe()
1711 attach_count++; in sym2_probe()
1737 attach_count--; in sym2_remove()
/drivers/target/
Dtarget_core_device.c336 new->attach_count++; in core_enable_device_list_for_node()
433 orig->attach_count--; in core_disable_device_list_for_node()
Dtarget_core_stat.c1016 ret = snprintf(page, PAGE_SIZE, "%u\n", deve->attach_count); in target_stat_auth_att_count_show()