Searched refs:boot_max_ncpus (Results 1 – 11 of 11) sorted by relevance
425 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()
1582 if (use_mp && ncpus != boot_max_ncpus) { in start_other_cpus()1586 boot_max_ncpus, ncpus); in start_other_cpus()
558 extern int boot_max_ncpus; /* like max_ncpus but for real */
236 if (boot_max_ncpus == -1) { in _init()239 emul64_task_nthreads = boot_max_ncpus; in _init()
1865 uint_t ncpus = ((boot_max_ncpus == -1) ? max_ncpus : boot_max_ncpus); in taskq_create_common()
128 int boot_max_ncpus = -1; variable
857 int ncpus = ((boot_max_ncpus == -1) ? max_ncpus : boot_max_ncpus); in strinit()
1028 boot_ncpus = boot_max_ncpus = ncpunode; in check_cpus_set()
4034 int tcp_ncpus = ((boot_max_ncpus == -1) ? in tcp_squeue_add()4035 max_ncpus : boot_max_ncpus); in tcp_squeue_add()
402 mac_tx_percpu_cnt = ((boot_max_ncpus == -1) ? max_ncpus : in mac_init()403 boot_max_ncpus); in mac_init()
13133 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()