Searched refs:autocommit_blocks (Results 1 – 2 of 2) sorted by relevance
30 autocommit_blocks n (default: 64 for pmem, 65536 for ssd)
124 unsigned autocommit_blocks; member1216 if (unlikely(wc->uncommitted_blocks >= wc->autocommit_blocks)) { in writecache_map()1226 if (unlikely(wc->uncommitted_blocks >= wc->autocommit_blocks)) in writecache_map()1970 wc->autocommit_blocks = !WC_MODE_PMEM(wc) ? AUTOCOMMIT_BLOCKS_SSD : AUTOCOMMIT_BLOCKS_PMEM; in writecache_ctr()2012 if (sscanf(string, "%u%c", &wc->autocommit_blocks, &dummy) != 1) in writecache_ctr()2275 DMEMIT(" autocommit_blocks %u", wc->autocommit_blocks); in writecache_status()