Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dbuf_internal.h327 uint32_t count_busy_buffers(void);
/xnu-11215.61.5/bsd/kern/
H A Dkern_shutdown.c296 nbusy = count_busy_buffers(); in reboot_kernel()
/xnu-11215.61.5/osfmk/kern/
H A Dkern_stackshot.c485 extern int count_busy_buffers(void); /* must track with declaration in bsd/sys/buf_internal.h */
5490 memio_snap->busy_buffer_count = count_busy_buffers(); in kdp_mem_and_io_snapshot()
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_bio.c4394 count_busy_buffers(void) in count_busy_buffers() function