Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/vfs/
H A Dvfs_cluster.c1216 int max_trans_count; in cluster_io() local
1279 max_trans_count = 8; in cluster_io()
1281 max_trans_count = 16; in cluster_io()
1832 if (!(flags & CL_DEV_MEMORY) && trans_count >= max_trans_count && in cluster_io()
1974 ((flags & CL_ASYNC) || trans_count > max_trans_count)) { in cluster_io()