Searched refs:attach_count (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | dma-buf.c | 1299 int count = 0, attach_count, shared_count, i; in dma_buf_debug_show() local 1360 attach_count = 0; in dma_buf_debug_show() 1364 attach_count++; in dma_buf_debug_show() 1369 attach_count); in dma_buf_debug_show()
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | dma-buf.c | 1611 int count = 0, attach_count; in dma_buf_debug_show() local 1644 attach_count = 0; in dma_buf_debug_show() 1648 attach_count++; in dma_buf_debug_show() 1653 attach_count); in dma_buf_debug_show()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 1652 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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_device.c | 343 new->attach_count++; in core_enable_device_list_for_node() 439 orig->attach_count--; in core_disable_device_list_for_node()
|
H A D | target_core_stat.c | 1012 ret = snprintf(page, PAGE_SIZE, "%u\n", deve->attach_count); in target_stat_auth_att_count_show()
|
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_base.h | 656 u32 attach_count; member
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_base.h | 668 u32 attach_count; member
|
Completed in 22 milliseconds