OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpinfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/top/dist/machine/
m_svr4.c
288
static struct sysinfo *
mpinfo
= NULL; /* array, per-processor sysinfo structures. */
local
309
if (
mpinfo
== NULL) {
310
mpinfo
= (struct sysinfo *)calloc(num_cpus, sizeof(
mpinfo
[0]));
311
if (
mpinfo
== NULL) {
316
/* Read the per cpu sysinfo structures into
mpinfo
struct. */
317
read_sysinfos(num_cpus,
mpinfo
);
319
sysinfo_data(num_cpus, &sysinfo,
mpinfo
);
m_svr4.c
288
static struct sysinfo *
mpinfo
= NULL; /* array, per-processor sysinfo structures. */
local
309
if (
mpinfo
== NULL) {
310
mpinfo
= (struct sysinfo *)calloc(num_cpus, sizeof(
mpinfo
[0]));
311
if (
mpinfo
== NULL) {
316
/* Read the per cpu sysinfo structures into
mpinfo
struct. */
317
read_sysinfos(num_cpus,
mpinfo
);
319
sysinfo_data(num_cpus, &sysinfo,
mpinfo
);
Completed in 148 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026