Home
last modified time | relevance | path

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

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