Searched refs:io_count (Results 1 – 11 of 11) sorted by relevance
| /drivers/md/bcache/ |
| A D | io.c | 93 unsigned int count = atomic_inc_return(&ca->io_count); in bch_count_io_errors() 105 count = atomic_cmpxchg(&ca->io_count, old, new); in bch_count_io_errors()
|
| A D | bcache.h | 477 atomic_t io_count; member
|
| A D | sysfs.c | 1175 atomic_set(&ca->io_count, 0); in STORE()
|
| /drivers/md/ |
| A D | dm.c | 595 atomic_set(&io->io_count, 2); in alloc_io() 1046 if (atomic_dec_and_test(&io->io_count)) in __dm_io_dec_pending() 1580 atomic_add(1, &ci->io->io_count); in __send_empty_flush() 1591 atomic_sub(1, &ci->io->io_count); in __send_empty_flush() 1605 atomic_add(num_bios, &ci->io->io_count); in __send_abnormal_io() 1843 atomic_add(nr_zones, &ci->io->io_count); in __send_zone_reset_all_emulated() 1893 atomic_add(1, &ci->io->io_count); in __send_zone_reset_all_native() 1919 atomic_sub(1, &ci->io->io_count); in __send_zone_reset_all() 2036 atomic_dec(&io->io_count); in dm_split_and_process_bio() 2078 if (atomic_read(&io->io_count) > 1) in dm_poll_dm_io() [all …]
|
| A D | dm-core.h | 294 atomic_t io_count; member
|
| /drivers/scsi/fnic/ |
| A D | fnic_scsi.c | 1604 unsigned int io_count = 0; in fnic_cleanup_io() local 1609 io_count = fnic_count_all_ioreqs(fnic); in fnic_cleanup_io() 1612 io_count, in fnic_cleanup_io() 1634 while ((io_count = fnic_count_all_ioreqs(fnic))) { in fnic_cleanup_io() 1637 io_count, in fnic_cleanup_io() 1877 unsigned int io_count = 0; in fnic_rport_exch_reset() local 1893 io_count = fnic_count_ioreqs(fnic, port_id); in fnic_rport_exch_reset() 1896 port_id, io_count, in fnic_rport_exch_reset() 1917 while ((io_count = fnic_count_ioreqs(fnic, port_id))) in fnic_rport_exch_reset() 1922 port_id, io_count); in fnic_rport_exch_reset()
|
| /drivers/gpu/drm/amd/amdkfd/ |
| A D | kfd_crat.h | 108 uint16_t io_count; member
|
| /drivers/parisc/ |
| A D | lba_pci.c | 1021 long io_count __maybe_unused; in lba_pat_resources() 1045 io_count = io_pdc_cell->mod[1]; in lba_pat_resources()
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_attr.c | 1681 return scnprintf(buf, PAGE_SIZE, "%llu\n", vha->bidi_stats.io_count); in qla2x00_diag_requests_show()
|
| A D | qla_def.h | 3662 unsigned long long io_count; member
|
| A D | qla_iocb.c | 4081 vha->bidi_stats.io_count++; in qla25xx_build_bidir_iocb()
|
Completed in 65 milliseconds