Searched refs:ncore (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/mips/netlogic/common/ |
D | smp.c | 171 int num_cpus, i, ncore, node; in nlm_smp_setup() local 205 for (ncore = 0, i = 0; i < NLM_NR_NODES; i++) in nlm_smp_setup() 206 ncore += hweight32(nlm_get_node(i)->coremask); in nlm_smp_setup() 208 pr_info("Detected (%dc%dt) %d Slave CPU(s)\n", ncore, in nlm_smp_setup()
|
/Linux-v5.4/drivers/clk/at91/ |
D | pmc.c | 55 if (idx < pmc_data->ncore) in of_clk_hw_pmc_get() 87 struct pmc_data *pmc_data_allocate(unsigned int ncore, unsigned int nsystem, in pmc_data_allocate() argument 95 pmc_data->ncore = ncore; in pmc_data_allocate() 96 pmc_data->chws = kcalloc(ncore, sizeof(struct clk_hw *), GFP_KERNEL); in pmc_data_allocate()
|
D | pmc.h | 19 unsigned int ncore; member 96 struct pmc_data *pmc_data_allocate(unsigned int ncore, unsigned int nsystem,
|