Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c1450 int max_trans_count; in cluster_io() local
1513 max_trans_count = 8; in cluster_io()
1515 max_trans_count = 16; in cluster_io()
2128 if (!(flags & CL_DEV_MEMORY) && trans_count >= max_trans_count && in cluster_io()
2270 ((flags & CL_ASYNC) || trans_count > max_trans_count)) { in cluster_io()