Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c1610 int count = 0, attach_count; in dma_buf_debug_show() local
1643 attach_count = 0; in dma_buf_debug_show()
1647 attach_count++; in dma_buf_debug_show()
1652 attach_count); in dma_buf_debug_show()
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1652 static int attach_count; variable
1695 shost = sym_attach(&sym2_template, attach_count, &sym_dev); in sym2_probe()
1703 attach_count++; in sym2_probe()
1729 attach_count--; in sym2_remove()
/openbmc/linux/drivers/target/
H A Dtarget_core_device.c343 new->attach_count++; in core_enable_device_list_for_node()
439 orig->attach_count--; in core_disable_device_list_for_node()
H A Dtarget_core_stat.c1012 ret = snprintf(page, PAGE_SIZE, "%u\n", deve->attach_count); in target_stat_auth_att_count_show()
/openbmc/linux/include/target/
H A Dtarget_core_base.h668 u32 attach_count; member