Searched refs:flush_count (Results 1 – 8 of 8) sorted by relevance
| /drivers/md/dm-vdo/ |
| A D | flush.c | 52 int flush_count; member 501 if (flusher->flush_count == interval) { in select_bio_queue() 502 flusher->flush_count = 1; in select_bio_queue() 505 flusher->flush_count++; in select_bio_queue()
|
| A D | statistics.h | 67 u64 flush_count; member 129 u64 flush_count; member
|
| A D | message-stats.c | 151 write_u64("flushCount : ", stats->flush_count, ", ", buf, maxlen); in write_slab_journal_statistics() 223 write_u64("flushCount : ", stats->flush_count, ", ", buf, maxlen); in write_block_map_statistics()
|
| A D | slab-depot.c | 1230 WRITE_ONCE(journal->events->flush_count, journal->events->flush_count + 1); in reclaim_journal_space() 5133 totals.flush_count += READ_ONCE(stats->flush_count); in get_slab_journal_statistics()
|
| A D | block-map.c | 825 ADD_ONCE(cache->stats.flush_count, 1); in save_pages() 3311 totals.flush_count += READ_ONCE(stats->flush_count); in vdo_get_block_map_statistics()
|
| /drivers/md/dm-vdo/indexer/ |
| A D | volume-index.c | 498 u64 flush_count = volume_index_zone->virtual_chapter_low - flush_chapter; in get_volume_sub_index_record() local 501 range.chapter_count = (flush_count > sub_index->chapter_mask ? in get_volume_sub_index_record() 503 flush_count); in get_volume_sub_index_record()
|
| /drivers/infiniband/hw/hfi1/ |
| A D | sdma.c | 2422 u32 submit_count = 0, flush_count = 0, total_count; in sdma_send_txlist() local 2446 total_count = submit_count + flush_count; in sdma_send_txlist() 2468 flush_count++; in sdma_send_txlist()
|
| /drivers/s390/net/ |
| A D | qeth_core_main.c | 4231 int flush_count = 0; in qeth_do_send_packet() local 4254 flush_count++; in qeth_do_send_packet() 4263 flush_count); in qeth_do_send_packet() 4287 flush_count++; in qeth_do_send_packet() 4293 if (flush_count) in qeth_do_send_packet() 4294 qeth_flush_buffers(queue, start_index, flush_count); in qeth_do_send_packet() 4298 QETH_TXQ_STAT_ADD(queue, bufs_pack, flush_count); in qeth_do_send_packet()
|
Completed in 45 milliseconds