Home
last modified time | relevance | path

Searched refs:max_cores (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_early.c63 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()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dsclp.h91 unsigned int max_cores; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dnciutils.c269 uint8 max_cores; /**< # Max cores indicated by Register */ member
485 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()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dsmp.c976 sclp_max = (sclp.max_cores * sclp_max) ?: nr_cpu_ids; in smp_fill_possible_mask()