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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c5878 #define DRT_BITVECTOR_PAGES 256 macro
5883 * DRT_ADDRESS_MASK is dependent on DRT_BITVECTOR_PAGES;
5884 * the correct formula is (~(DRT_BITVECTOR_PAGES * PAGE_SIZE) - 1)
5896 * 0-DRT_BITVECTOR_PAGES inclusive, as well as have one value
5952 /* *** nothing below here has secret dependencies on DRT_BITVECTOR_PAGES *** */
5970 bzero(&(scm)->scm_hashtable[(i)].dhe_bitvector[0], (DRT_BITVECTOR_PAGES / 32) * sizeof(u_int32_t))
5975 (DRT_BITVECTOR_PAGES / 32) * sizeof(u_int32_t))
5984 u_int32_t dhe_bitvector[DRT_BITVECTOR_PAGES / 32];
6356 pgcount = min((length / PAGE_SIZE), (DRT_BITVECTOR_PAGES - pgoff));
6464 for (offset = 0, j = 0; j < cmap->scm_modulus; offset += (DRT_BITVECTOR_PAGES * PAGE_SIZ
[all...]

Completed in 12 milliseconds