Home
last modified time | relevance | path

Searched defs:ioqueue_depth (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dfsctl.h257 uint32_t ioqueue_depth; member
H A Dmount_internal.h232 #define MNT_IOSCALE(ioqueue_depth) ((ioqueue_depth + (MNT_DEFAULT_IOQUEUE_DEPTH - 1)) / MNT_DE… argument
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_subr.c4206 u_int32_t ioqueue_depth = 0; in vfs_init_io_attributes() local