Searched refs:attach_count (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-dma-heap.c | 491 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 D | dma-buf.c | 1518 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 D | minidump_memory.c | 1052 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 D | sym_glue.c | 1656 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 D | target_core_device.c | 335 new->attach_count++; in core_enable_device_list_for_node() 432 orig->attach_count--; in core_disable_device_list_for_node()
|
| H A D | target_core_stat.c | 1016 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 D | target_core_base.h | 652 u32 attach_count; member
|