OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxcpus
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/kern/
subr_spldebug.c
48
void *splraise_retaddrs[
MAXCPUS
][SPLRAISE_STACKLEN][4];
49
int splraise_depth[
MAXCPUS
] = {0};
50
int spllowered_to[
MAXCPUS
] = {0};
51
void *spllowered_from[
MAXCPUS
][2] = {{0}};
82
KASSERT(cidx <
maxcpus
);
107
KASSERT(cidx <
maxcpus
);
kern_cpu.c
133
KASSERT(
maxcpus
> 0);
135
if ((ci->ci_index = ncpu) >=
maxcpus
)
136
panic("Too many CPUs. Increase
MAXCPUS
?");
153
size_t ci_bufsize = (
maxcpus
+ 1) * sizeof(struct cpu_info *);
212
if (cs->cs_id >=
maxcpus
||
226
if (cs->cs_id >=
maxcpus
||
292
* cpu_infos is a NULL terminated array of
MAXCPUS
+ 1 entries,
293
* so an index of
MAXCPUS
here is ok. See mi_cpu_attach.
295
KASSERT(idx <=
maxcpus
);
304
KASSERTMSG(idx <
maxcpus
|| ci == NULL, "idx %d ci %p", idx, ci)
[
all
...]
kern_uidinfo.c
175
const u_int uihash_sz = (
maxcpus
> 1 ? 1024 : 64);
sys_pset.c
97
psets_max = uimax(
maxcpus
, 32);
/src/sys/conf/
param.c
126
u_int
maxcpus
=
MAXCPUS
;
variable in typeref:typename:u_int
129
u_int
maxcpus
= 1;
variable in typeref:typename:u_int
/src/sys/sys/
cpu.h
101
extern u_int
maxcpus
;
/src/sys/dev/acpi/
acpi_cpu.c
241
acpicpu_sc = kmem_zalloc(
maxcpus
* sizeof(*sc), KM_SLEEP);
243
for (i = 0; i <
maxcpus
; i++)
260
kmem_free(acpicpu_sc,
maxcpus
* sizeof(*sc));
395
if (obj->Processor.ProcId > (uint32_t)
maxcpus
) {
acpi_cpu_cstate.c
656
KASSERT(ci->ci_acpiid <
maxcpus
);
/src/sys/arch/x86/x86/
cpu.c
354
if (ncpu >
maxcpus
) {
768
for (i = 0; i <
maxcpus
; i++) {
807
for (i = 0; i <
maxcpus
; i++) {
/src/sys/arch/xen/x86/
cpu.c
597
for (i = 0; i <
maxcpus
; i++) {
632
for (i = 0; i <
maxcpus
; i++) {
/src/sys/arch/arm/arm32/
db_machdep.c
468
if (addr >=
maxcpus
) {
/src/sys/arch/xen/xen/
hypervisor.c
664
for (vcpuid = 1; vcpuid <
maxcpus
; vcpuid++) {
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
exynos4210-universal_c210.dts
27
bootargs = "root=/dev/mmcblk0p5 rw rootwait earlyprintk panic=5
maxcpus
=1";
/src/sys/dev/
cgd.c
1536
for (i=0, cidx = cw->cw_last+1; i<
maxcpus
; ++i, ++cidx) {
1537
if (cidx >=
maxcpus
)
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8996-sony-xperia-tone.dtsi
30
bootargs = "sdhci.debug_quirks=0x40 sdhci.debug_quirks2=0x4
maxcpus
=2";
Completed in 25 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025