Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cluster.c7582 #define DRT_HASH_GET_COUNT(scm, i) ((scm)->scm_hashtable[(i)].dhe_control & DRT_HASH_COUNT_MAS… macro
7593 #define DRT_HASH_VACANT(scm, i) (DRT_HASH_GET_COUNT((scm), (i)) == DRT_HASH_COUNT_MASK)
7808 (DRT_HASH_GET_COUNT(ocmap, i) != 0)) { in vfs_drt_alloc_map()
7888 (DRT_HASH_GET_COUNT(ocmap, i) == 0)) { in vfs_drt_alloc_map()
8020 if (DRT_HASH_VACANT(cmap, index) || DRT_HASH_GET_COUNT(cmap, index) == 0) { in vfs_drt_get_index()
8124 ecount = DRT_HASH_GET_COUNT(cmap, index); in vfs_drt_do_mark_pages()
8239 if (DRT_HASH_VACANT(cmap, index) || (DRT_HASH_GET_COUNT(cmap, index) == 0)) { in vfs_drt_get_cluster()
8255 cmap, index, DRT_HASH_GET_COUNT(cmap, index)); in vfs_drt_get_cluster()
8367 if (bits_on != DRT_HASH_GET_COUNT(cmap, index)) {