Home
last modified time | relevance | path

Searched refs:iofree_count (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/vfs/hammer2/
H A Dhammer2_io.c518 atomic_add_int(&hmp->iofree_count, 1); in _hammer2_io_putblk()
547 if (hmp->iofree_count > dio_limit) in _hammer2_io_putblk()
815 atomic_add_int(&dio->hmp->iofree_count, -1); in hammer2_io_hash_lookup()
845 atomic_add_int(&xio->hmp->iofree_count, -1); in hammer2_io_hash_enter()
873 count = hmp->iofree_count - dio_limit + 32; in hammer2_io_hash_cleanup()
909 atomic_add_int(&hmp->iofree_count, -1); in hammer2_io_hash_cleanup()
960 atomic_add_int(&hmp->iofree_count, -1); in hammer2_io_hash_cleanup_all()
H A Dhammer2_vfsops.c1875 if (hmp->iofree_count) { in hammer2_unmount_helper()
1877 hmp->iofree_count); in hammer2_unmount_helper()
H A Dhammer2.h1128 int iofree_count; member
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_io.c535 atomic_add_int(&hmp->iofree_count, 1); in _hammer2_io_putblk()
564 if (hmp->iofree_count > dio_limit) in _hammer2_io_putblk()
834 atomic_add_int(&dio->hmp->iofree_count, -1); in hammer2_io_hash_lookup()
864 atomic_add_int(&xio->hmp->iofree_count, -1); in hammer2_io_hash_enter()
892 count = hmp->iofree_count - dio_limit + 32; in hammer2_io_hash_cleanup()
928 atomic_add_int(&hmp->iofree_count, -1); in hammer2_io_hash_cleanup()
979 atomic_add_int(&hmp->iofree_count, -1); in hammer2_io_hash_cleanup_all()
H A Dhammer2_vfsops.c1842 if (hmp->iofree_count) { in hammer2_unmount_helper()
1844 hmp->iofree_count); in hammer2_unmount_helper()
H A Dhammer2.h1172 int iofree_count; member