Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c322 typedef struct vn_htable { struct
325 struct vn_htable_list **vn_htable; argument
346 hp->vn_htable = mdb_zalloc(sizeof (struct vn_htable_list *) in vn_htable_init()
390 hent = hp->vn_htable[hkey]; in vn_get()
408 htmp = &hp->vn_htable[VN_HTABLE_KEY(hent->vn_ptr, hp)]; in vn_get()
419 hent->vn_h_next = hp->vn_htable[hkey]; in vn_get()
420 hp->vn_htable[hkey] = hent; in vn_get()