HomeSort by relevance Sort by last modified time
    Searched defs:CPU (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/pools/common/
utils.h 89 #define CPU "cpu"
93 #define CPU_SYSID "cpu.sys_id"
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
InterfaceAttributes.java 231 * The interface is specific to the CPU model of the current
233 * -v} option to display the current CPU model and
234 * implementation names. Interfaces with CPU model dependencies
235 * might not be available on other CPU implementations, even if
237 * (ISA). For example, a CPU-dependent interface on an
242 CPU("CPU"),
246 * and architectural characteristics such as a set of supported CPU
ProbeData.java 83 new String[] {"enabledProbeID", "CPU",
107 private int cpu; field in class:ProbeData
125 CPU,
142 cpu = cpuID;
158 * @param cpuID non-negative ID, identifies the CPU on which the
174 cpu = cpuID;
628 case CPU:
676 * Gets the ID of the CPU on which the probe fired.
678 * @return ID of the CPU on which the probe fired
683 return cpu;
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_hc.h 49 #define CPU "cpu"
  /onnv/onnv-gate/usr/src/lib/libumem/common/
umem.c 52 * * CPU handling
137 * mask the cpu number. This prevents a race between grabbing a
138 * cache pointer out of umem_alloc_table and growing the cpu array.
141 * 3. CPU handling
143 * kmem uses the CPU's sequence number to determine which "cpu cache" to
147 * umem keeps track of cpu information in umem_cpus, an array of umem_max_ncpus
149 * with either umem_cpu_mask or cp->cache_cpu_mask to find the actual "cpu" id.
150 * The mechanics of this is all in the CPU(mask) macro.
446 uint32_t umem_max_ncpus; /* # of CPU caches. *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
cpuvar.h 82 * Per-CPU data.
89 typedef struct cpu { struct
90 processorid_t cpu_id; /* CPU number */
91 processorid_t cpu_seqid; /* sequential CPU id (0..ncpus-1) */
92 volatile cpu_flag_t cpu_flags; /* flags indicating CPU state */
93 struct cpu *cpu_self; /* pointer to itself */
95 kthread_t *cpu_idle_thread; /* idle thread for this CPU */
96 kthread_t *cpu_pause_thread; /* pause thread for this CPU */
99 struct cpupart *cpu_part; /* partition with this CPU */
100 struct lgrp_ld *cpu_lpl; /* pointer to this cpu's load *
    [all...]

Completed in 850 milliseconds