Searched defs:xcalls (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sa/
H A Dsa.h137 uint64_t xcalls; member in struct:cpu64_sysinfo
/illumos-gate/usr/src/uts/common/sys/
H A Dsysinfo.h114 uint_t xcalls; /* xcalls to other cpus */ member in struct:cpu_sysinfo
238 uint64_t xcalls; /* xcalls to other cpus */ member in struct:cpu_sys_stats
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c228 kstat_named_t xcalls; member in struct:cpu_sys_stats_ks_data
287 { "xcalls", KSTAT_DATA_UINT64 },
3261 csskd->xcalls.value.ui64 = css->xcalls;
3400 cso->cpu_sysinfo.xcalls = CPU_STATS(cp, sys.xcalls);

Completed in 65 milliseconds