Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-dma-heap.c491 int attach_count; in rk_dma_heap_dump_dmabuf() local
509 attach_count = 0; in rk_dma_heap_dump_dmabuf()
518 attach_count++; in rk_dma_heap_dump_dmabuf()
523 attach_count); in rk_dma_heap_dump_dmabuf()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c1518 int count = 0, attach_count, shared_count, i; in dma_buf_debug_show() local
1576 attach_count = 0; in dma_buf_debug_show()
1580 attach_count++; in dma_buf_debug_show()
1585 attach_count); in dma_buf_debug_show()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_memory.c1052 int attach_count, shared_count, i = 0; in dump_bufinfo() local
1120 attach_count = 0; in dump_bufinfo()
1129 attach_count++; in dump_bufinfo()
1136 attach_count); in dump_bufinfo()
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1656 static int attach_count; variable
1699 shost = sym_attach(&sym2_template, attach_count, &sym_dev); in sym2_probe()
1707 attach_count++; in sym2_probe()
1733 attach_count--; in sym2_remove()
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_device.c335 new->attach_count++; in core_enable_device_list_for_node()
432 orig->attach_count--; in core_disable_device_list_for_node()
H A Dtarget_core_stat.c1016 ret = snprintf(page, PAGE_SIZE, "%u\n", deve->attach_count); in target_stat_auth_att_count_show()
/OK3568_Linux_fs/kernel/include/target/
H A Dtarget_core_base.h652 u32 attach_count; member