Searched refs:max_cores (Results 1 – 4 of 4) sorted by relevance
63 sclp.max_cores = 64; in sclp_early_facilities_detect()65 sclp.max_cores = sccb->ncpurl; in sclp_early_facilities_detect()67 sclp.max_cores = sccb->hcpua + 1; in sclp_early_facilities_detect()
91 unsigned int max_cores; member
269 uint8 max_cores; /**< # Max cores indicated by Register */ member485 nci->max_cores = nci_find_numcores(sih); in BCMATTACHFN()486 if (!nci->max_cores) { in BCMATTACHFN()491 if ((cores = MALLOCZ(nci->osh, sizeof(*cores) * nci->max_cores)) == NULL) { in BCMATTACHFN()561 MFREE(nci->osh, cores, sizeof(*cores) * nci->max_cores); in BCMATTACHFN()
976 sclp_max = (sclp.max_cores * sclp_max) ?: nr_cpu_ids; in smp_fill_possible_mask()