HomeSort by relevance Sort by last modified time
    Searched defs:nc_hash (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
dnlc.h 94 typedef struct nc_hash { struct
  /onnv/onnv-gate/usr/src/uts/common/fs/
dnlc.c 91 * which the size of the nc_hash table is derived at create time.
130 nc_hash_t *nc_hash; variable
374 nc_hash = kmem_zalloc(nc_hashsz * sizeof (*nc_hash), KM_SLEEP);
376 hp = (nc_hash_t *)&nc_hash[i];
385 dnlc_free_rotor = dnlc_purge_fs1_rotor = &nc_hash[0];
462 hp = &nc_hash[hash & nc_hashmask];
536 hp = &nc_hash[hash & nc_hashmask];
602 hp = &nc_hash[hash & nc_hashmask];
673 hp = &nc_hash[hash & nc_hashmask]
    [all...]

Completed in 60 milliseconds