Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c132 nc_hash_t *nc_hash;
137 static nc_hash_t *dnlc_purge_fs1_rotor;
138 static nc_hash_t *dnlc_free_rotor;
343 nc_hash_t *hp; in dnlc_init()
380 hp = (nc_hash_t *)&nc_hash[i]; in dnlc_init()
440 nc_hash_t *hp; in dnlc_enter()
508 nc_hash_t *hp; in dnlc_update()
588 nc_hash_t *hp; in dnlc_lookup()
669 nc_hash_t *hp; in dnlc_remove()
699 nc_hash_t *nch; in dnlc_purge()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddnlc.c65 nc_hash_t hash; in dnlc_walk_step()
74 (sizeof (nc_hash_t) * dwp->dw_index); in dnlc_walk_step()
/illumos-gate/usr/src/uts/common/sys/
H A Ddnlc.h100 } nc_hash_t; typedef
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c242 i++, head += sizeof (nc_hash_t)) { in dnlc_load()
243 nc_hash_t nch; /* kernel hash chain header */ in dnlc_load()
258 if (mdb_vread(&nch, sizeof (nc_hash_t), head) == -1) { in dnlc_load()