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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.c146 struct segmapcnt segmapcnt = { variable in typeref:struct:segmapcnt
169 kstat_named_t *segmapcnt_ptr = (kstat_named_t *)&segmapcnt;
170 uint_t segmapcnt_ndata = sizeof (segmapcnt) / sizeof (kstat_named_t);
290 segmapcnt.smp_getmap.value.ul = getmap;
291 segmapcnt.smp_release.value.ul = release;
292 segmapcnt.smp_get_reclaim.value.ul = get_reclaim;
293 segmapcnt.smp_fault.value.ul = fault;
294 segmapcnt.smp_pagecreate.value.ul = pagecreate;
295 segmapcnt
[all...]
H A Dseg_map.h156 struct segmapcnt { struct

Completed in 115 milliseconds