Home
last modified time | relevance | path

Searched defs:cpu_data (Results 1 – 2 of 2) sorted by relevance

/minix3/sys/sys/
H A Dcpu_data.h62 struct cpu_data { struct
67 lwp_t *cpu_biglock_wanted; /* LWP spinning on biglock */
68 void *cpu_callout; /* per-CPU callout state */
69 void *cpu_unused1; /* unused */
70 u_int cpu_unused2; /* unused */
71 struct schedstate_percpu cpu_schedstate; /* scheduler state */
72 kcondvar_t cpu_xcall; /* cross-call support */
73 int cpu_xcall_pending; /* cross-call support */
74 lwp_t *cpu_onproc; /* bottom level LWP */
75 uint32_t cpu_ipipend[IPI_BITWORDS]; /* pending IPIs */
[all …]
/minix3/lib/libkvm/
H A Dkvm_private.h73 void *cpu_data; member