Home
last modified time | relevance | path

Searched refs:boot_max_ncpus (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/i86pc/os/
H A Dmlsetup.c425 max_ncpus = boot_max_ncpus = boot_ncpus; in mlsetup()
440 boot_max_ncpus = boot_ncpus; in mlsetup()
442 boot_max_ncpus = (int)prop_value; in mlsetup()
443 if (boot_max_ncpus <= 0 || boot_max_ncpus > NCPU) { in mlsetup()
444 boot_max_ncpus = boot_ncpus; in mlsetup()
445 } else if (boot_max_ncpus > max_ncpus) { in mlsetup()
446 boot_max_ncpus = max_ncpus; in mlsetup()
H A Dmp_startup.c1582 if (use_mp && ncpus != boot_max_ncpus) { in start_other_cpus()
1586 boot_max_ncpus, ncpus); in start_other_cpus()
/titanic_50/usr/src/uts/common/sys/
H A Dcpuvar.h558 extern int boot_max_ncpus; /* like max_ncpus but for real */
/titanic_50/usr/src/uts/common/io/
H A Demul64.c236 if (boot_max_ncpus == -1) { in _init()
239 emul64_task_nthreads = boot_max_ncpus; in _init()
/titanic_50/usr/src/uts/common/os/
H A Dtaskq.c1865 uint_t ncpus = ((boot_max_ncpus == -1) ? max_ncpus : boot_max_ncpus); in taskq_create_common()
H A Dcpu.c128 int boot_max_ncpus = -1; variable
H A Dstrsubr.c857 int ncpus = ((boot_max_ncpus == -1) ? max_ncpus : boot_max_ncpus); in strinit()
/titanic_50/usr/src/uts/sun4u/os/
H A Dfillsysinfo.c1028 boot_ncpus = boot_max_ncpus = ncpunode; in check_cpus_set()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp.c4034 int tcp_ncpus = ((boot_max_ncpus == -1) ? in tcp_squeue_add()
4035 max_ncpus : boot_max_ncpus); in tcp_squeue_add()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac.c402 mac_tx_percpu_cnt = ((boot_max_ncpus == -1) ? max_ncpus : in mac_init()
403 boot_max_ncpus); in mac_init()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip.c13133 if (boot_max_ncpus != -1) in conn_drain_init()
13134 ipst->ips_conn_drain_list_cnt = MIN(boot_max_ncpus, 8); in conn_drain_init()