Home
last modified time | relevance | path

Searched refs:hammer_limit_reclaims (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_vfsops.c91 int hammer_limit_reclaims; variable
137 &hammer_limit_reclaims, 0, "");
313 if (hammer_limit_reclaims == 0) { in hammer_vfs_init()
314 hammer_limit_reclaims = maxvnodes / 10; in hammer_vfs_init()
315 if (hammer_limit_reclaims > HAMMER_LIMIT_RECLAIMS) in hammer_vfs_init()
316 hammer_limit_reclaims = HAMMER_LIMIT_RECLAIMS; in hammer_vfs_init()
H A Dhammer_inode.c2245 flg->total_count >= hammer_limit_reclaims / 4) { in hammer_flush_inode_core()
3368 if (stats->count > hammer_limit_reclaims / 2) in hammer_inode_waitreclaims()
3369 stats->count = hammer_limit_reclaims / 2; in hammer_inode_waitreclaims()
3370 lower_limit = hammer_limit_reclaims - stats->count; in hammer_inode_waitreclaims()
3376 lower_limit = hammer_limit_reclaims * 3 / 4; in hammer_inode_waitreclaims()
3465 if (hmp->count_reclaims < hammer_limit_reclaims / 2 &&
3471 if (hmp->count_reclaims < hammer_limit_reclaims ||
H A Dhammer_cursor.c77 hmp->count_reclaims > hammer_limit_reclaims / tticks && in hammer_init_cursor()
95 xticks = hmp->count_reclaims * tticks / hammer_limit_reclaims; in hammer_init_cursor()
H A Dhammer.h959 extern int hammer_limit_reclaims;