Home
last modified time | relevance | path

Searched refs:blockcount_read (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A D_blockcount.h45 blockcount_read(blockcount_t *count) in blockcount_read() function
/freebsd/sys/vm/
H A Dvm_object.h274 KASSERT(blockcount_read(&(object)->paging_in_progress) != 0, \
342 return (blockcount_read(&object->busy) != 0); in vm_object_busied()
H A Dvm_pager.h184 MPASS(blockcount_read(&object->paging_in_progress) > 0); in vm_pager_populate()
H A Dvm_swapout.c223 blockcount_read(&object->paging_in_progress) > 0) in vm_swapout_object_deactivate()
H A Dvm_fault.c442 MPASS(blockcount_read(&fs->first_object->paging_in_progress) > 0); in vm_fault_restore_map_lock()
494 MPASS(blockcount_read(&fs->first_object->paging_in_progress) > 0); in vm_fault_populate()
H A Dvm_object.c191 ("object %p busy = %d", object, blockcount_read(&object->busy))); in vm_object_zdtor()
/freebsd/sys/kern/
H A Dkern_synch.c445 old = blockcount_read(bc); in _blockcount_sleep()
H A Dvfs_bio.c2964 KASSERT(blockcount_read(&obj->paging_in_progress) >= bp->b_npages, in vfs_vmio_iodone()
2966 blockcount_read(&obj->paging_in_progress), bp->b_npages)); in vfs_vmio_iodone()