Home
last modified time | relevance | path

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

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