Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dblockcount.h53 blockcount_acquire(blockcount_t *bc, u_int n) in blockcount_acquire() function
/freebsd/sys/kern/
H A Dkern_ucoredump.c288 blockcount_acquire(&chosen->cd_refcount, 1); in coredump()
/freebsd/sys/vm/
H A Dvm_pageout.c1704 blockcount_acquire(&vmd->vmd_inactive_starting, threads - 1); in vm_pageout_inactive_dispatch()
1705 blockcount_acquire(&vmd->vmd_inactive_running, threads - 1); in vm_pageout_inactive_dispatch()
H A Dvm_object.c343 blockcount_acquire(&object->paging_in_progress, i); in vm_object_pip_add()
2479 blockcount_acquire(&obj->busy, 1); in vm_object_busy()