Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cluster.c1214 int max_trans_count; in cluster_io() local
1277 max_trans_count = 8; in cluster_io()
1279 max_trans_count = 16; in cluster_io()
1823 if (!(flags & CL_DEV_MEMORY) && trans_count >= max_trans_count && in cluster_io()
1965 ((flags & CL_ASYNC) || trans_count > max_trans_count)) { in cluster_io()