Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cluster.c6037 int cl_pushed = 0; in cluster_try_push() local
6150 cl_pushed++; in cluster_try_push()
6171 if (cl_len > cl_pushed) { in cluster_try_push()
6176 if ((MAX_CLUSTERS - wbp->cl_number) < (cl_len - cl_pushed)) { in cluster_try_push()