Searched refs:segkp_cache (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dseg_kp.c110 static struct segkp_cache segkp_cache[SEGKP_MAX_CACHE]; variable in typeref:struct:segkp_cache
246 if (segkp_cache[i].kpf_inuse)
248 segkp_cache[i].kpf_inuse = 1;
249 segkp_cache[i].kpf_max = maxsize;
250 segkp_cache[i].kpf_flags = flags;
251 segkp_cache[i].kpf_seg = seg;
252 segkp_cache[i].kpf_len = len;
272 if (!segkp_cache[i].kpf_inuse)
277 kpd = segkp_cache[
[all...]
H A Dseg_kp.h102 struct segkp_cache { struct

Completed in 163 milliseconds