Searched refs:blockcount_t (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | blockcount.h | 44 int _blockcount_sleep(blockcount_t *bc, struct lock_object *, const char *wmesg, 46 void _blockcount_wakeup(blockcount_t *bc, u_int old); 49 blockcount_init(blockcount_t *bc) in blockcount_init() 55 blockcount_acquire(blockcount_t *bc, u_int n) in blockcount_acquire() 68 blockcount_release(blockcount_t *bc, u_int n) in blockcount_release() 80 _blockcount_wait(blockcount_t *bc, struct lock_object *lo, const char *wmesg, in _blockcount_wait()
|
| H A D | _blockcount.h | 40 } blockcount_t; typedef 47 blockcount_read(blockcount_t *count) in blockcount_read()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_pagequeue.h | 260 blockcount_t vmd_inactive_running; /* Number of inactive threads. */ 261 blockcount_t vmd_inactive_starting; /* Number of threads started. */
|
| H A D | vm_object.h | 117 blockcount_t paging_in_progress; /* (a) Paging (in or out) so don't collapse or destroy */ 118 blockcount_t busy; /* (a) object is busy, disallow page busy. */
|
| /f-stack/freebsd/kern/ |
| H A D | kern_synch.c | 392 _blockcount_wakeup(blockcount_t *bc, u_int old) in _blockcount_wakeup() 411 _blockcount_sleep(blockcount_t *bc, struct lock_object *lock, const char *wmesg, in _blockcount_sleep()
|