HomeSort by: relevance | last modified time | path
    Searched refs:NC_NLEN_BITS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
namei.h 212 * length and a hash value. On 32-bit platforms the top NC_NLEN_BITS of
216 #define NC_NLEN_BITS 11
217 #define NC_NLEN_MASK ((1 << NC_NLEN_BITS) - 1)
namei.src 204 * length and a hash value. On 32-bit platforms the top NC_NLEN_BITS of
208 #define NC_NLEN_BITS 11
209 #define NC_NLEN_MASK ((1 << NC_NLEN_BITS) - 1)
  /src/sys/kern/
vfs_cache.c 370 return (key << NC_NLEN_BITS) | (uintptr_t)nlen;

Completed in 59 milliseconds