Home
last modified time | relevance | path

Searched defs:cma (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma.h66 typedef struct cma { struct
68 uint_t cma_cpu_tries; /* Number of CPU offline retries */ argument
69 uint_t cma_cpu_dooffline; /* Whether to offline CPUs */ argument
71 uint_t cma_cpu_doonline; /* Whether to online CPUs */ argument
72 uint_t cma_cpu_doblacklist; /* Whether to blacklist CPUs */ argument
78 id_t cma_page_timerid; /* fmd timer ID for retry sleep */ argument
79 uint_t cma_page_doretire; /* Whether to retire pages */ argument
80 uint_t cma_page_dounretire; /* Whether to unretire pages */ argument
82 cma_cpu_t *cma_cpus; /* List of cpus */ argument
83 hrtime_t cma_cpu_curdelay; /* Current retry sleep interval */ argument
[all …]
H A Dcma_main.c51 cma_t cma; variable
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.c551 fmd_conf_mode_set(const fmd_conf_mode_t *cma, in fmd_conf_mode_set()