Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.h129 struct smaphash { struct
144 struct smaphash *smd_hash; /* ptr to hash header array */ argument
H A Dseg_map.c201 static struct smaphash *smd_hash;
306 struct smaphash *shashp; in segmap_create()
384 kmem_alloc(hashsz * sizeof (struct smaphash), KM_SLEEP); in segmap_create()