Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
H A Ddma-buf.c1733 int count = 0, attach_count; in dma_buf_debug_show() local
1766 attach_count = 0; in dma_buf_debug_show()
1770 attach_count++; in dma_buf_debug_show()
1775 attach_count); in dma_buf_debug_show()
/linux/drivers/target/
H A Dtarget_core_stat.c993 ret = snprintf(page, PAGE_SIZE, "%u\n", deve->attach_count); in target_stat_auth_att_count_show()