Home
last modified time | relevance | path

Searched defs:p_ctrl1 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c150 static struct p_ctrl1 { struct
151 uint_t p_disabled; /* if not 0, caching temporarily off */
152 pgcnt_t p_maxwin; /* max # of pages that can be cached */
153 size_t p_hashwin_sz; /* # of non wired buckets */
154 struct seg_phash *p_htabwin; /* hash table for non wired entries */
155 size_t p_hashwired_sz; /* # of wired buckets */
156 struct seg_phash_wired *p_htabwired; /* hash table for wired entries */
157 kmem_cache_t *p_kmcache; /* kmem cache for seg_pcache structs */
159 ulong_t pad[1];