Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cluster.c7732 #define DRT_HASH_NEXT(scm, addr) (((addr) + 1) % (scm)->scm_modulus) macro
7983 index = DRT_HASH_NEXT(cmap, index); in vfs_drt_search_index()
8033 index = DRT_HASH_NEXT(cmap, index); in vfs_drt_get_index()