Home
last modified time | relevance | path

Searched refs:count_iqueued (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/hammer/
HDhammer_inode.c2103 ++hmp->count_iqueued; in hammer_flush_inode_core()
2169 --hmp->count_iqueued; in hammer_flush_inode_core()
2642 --hmp->count_iqueued; in hammer_sync_inode_done()
3466 hmp->count_iqueued < hmp->count_inodes / 20) {
3472 hmp->count_iqueued < hmp->count_inodes / 10) {
HDhammer_vfsops.c148 SYSCTL_INT(_vfs_hammer, OID_AUTO, count_iqueued, CTLFLAG_RD,
HDhammer.h825 int count_iqueued; /* inodes queued to flusher */ member