Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kp.h100 struct segkp_cache { struct
101 int kpf_max; /* max # of elements allowed */
102 int kpf_count; /* current no. of elments */
103 int kpf_inuse; /* list inuse */
104 uint_t kpf_flags; /* seg_kp flag value */
105 size_t kpf_len; /* len of resource */
106 struct seg *kpf_seg; /* segment */
107 struct segkp_data *kpf_list; /* list of kpd's */
H A Dseg_kp.c110 static struct segkp_cache segkp_cache[SEGKP_MAX_CACHE]; variable