Home
last modified time | relevance | path

Searched refs:blockcount_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dblockcount.h42 int _blockcount_sleep(blockcount_t *bc, struct lock_object *, const char *wmesg,
44 void _blockcount_wakeup(blockcount_t *bc, u_int old);
47 blockcount_init(blockcount_t *bc) in blockcount_init()
53 blockcount_acquire(blockcount_t *bc, u_int n) in blockcount_acquire()
66 blockcount_release(blockcount_t *bc, u_int n) in blockcount_release()
78 _blockcount_wait(blockcount_t *bc, struct lock_object *lo, const char *wmesg, in _blockcount_wait()
H A D_blockcount.h38 } blockcount_t; typedef
45 blockcount_read(blockcount_t *count) in blockcount_read()
/freebsd/sys/vm/
H A Dvm_pagequeue.h264 blockcount_t vmd_inactive_running; /* Number of inactive threads. */
265 blockcount_t vmd_inactive_starting; /* Number of threads started. */
H A Dvm_object.h113 blockcount_t paging_in_progress; /* (a) Paging (in or out) so don't collapse or destroy */
114 blockcount_t busy; /* (a) object is busy, disallow page busy. */
/freebsd/sys/kern/
H A Dkern_synch.c375 _blockcount_wakeup(blockcount_t *bc, u_int old)
394 _blockcount_sleep(blockcount_t *bc, struct lock_object *lock, const char *wmesg, in _blockcount_wakeup()