Searched refs:pg_resid (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c1314 int pg_resid; local
1324 pg_resid = commit_offset - upl_offset;
1326 if (bytes_to_zero >= pg_resid) {
1338 pg_count = (bytes_to_zero - pg_resid + (PAGE_SIZE - 1)) / PAGE_SIZE;
1340 pg_count = (bytes_to_zero - pg_resid) / PAGE_SIZE;

Completed in 33 milliseconds