Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cluster.c1211 int max_trans_count; in cluster_io() local
1274 max_trans_count = 8; in cluster_io()
1276 max_trans_count = 16; in cluster_io()
1818 if (!(flags & CL_DEV_MEMORY) && trans_count >= max_trans_count && in cluster_io()
1960 ((flags & CL_ASYNC) || trans_count > max_trans_count)) { in cluster_io()