Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cluster.c1524 int max_trans_count; in cluster_io() local
1588 max_trans_count = 8; in cluster_io()
1590 max_trans_count = 16; in cluster_io()
2226 if (!(flags & CL_DEV_MEMORY) && trans_count >= max_trans_count && in cluster_io()
2371 ((flags & CL_ASYNC) || trans_count > max_trans_count)) { in cluster_io()