Searched defs:ncores (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/bhnd/siba/ |
H A D | siba_erom.c | 74 u_int ncores; /**< core count */ member 192 siba_eio_init(struct siba_erom_io *io, struct bhnd_erom_io *eio, u_int ncores) in siba_eio_init()
|
/freebsd/sys/arm/annapurna/alpine/ |
H A D | alpine_machdep_mp.c | 92 static int ncores = 0; in platform_mp_get_core_cnt() local
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 186 u_int ncores, const struct bhndb_hw *hw) in bhndb_hw_matches() 229 struct bhndb_resources *br, struct bhnd_core_info *cores, u_int ncores, in bhndb_init_region_cfg() 471 u_int ncores, const struct bhndb_hw **hw) in bhndb_find_hwspec() 510 struct bhnd_core_info *cores, u_int ncores, in bhndb_attach()
|
H A D | bhndb_pci.c | 170 u_int ncores; /**< number of cores */ member 360 u_int ncores; in bhndb_pci_attach() local 1428 struct bhnd_core_info **cores, u_int *ncores) in bhndb_pci_probe_copy_core_table()
|
H A D | bhndb_subr.c | 798 bhndb_find_hostb_core(struct bhnd_core_info *cores, u_int ncores, in bhndb_find_hostb_core()
|
/freebsd/sys/powerpc/pseries/ |
H A D | platform_chrp.c | 537 int i, ncores; in chrp_smp_probe_threads() local
|
/freebsd/sys/powerpc/powernv/ |
H A D | platform_powernv.c | 504 int cpuid, i, j, k, ncores; powernv_smp_topo() local
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.cpp | 779 int ncores = get_count(core_level); in print() local 810 int ncores = get_ncores_with_attr(attr); in print() local 965 void kmp_topology_t::canonicalize(int npackages, int ncores_per_pkg, in canonicalize() 4826 int ncores = __kmp_affinity_compute_ncores(__kmp_avail_proc, depth - 1, in __kmp_aux_affinity_initialize() local 5472 int ncores = __kmp_ncores; in __kmp_balanced_affinity() local 5522 int ncores = __kmp_affinity_compute_ncores(__kmp_avail_proc, in __kmp_balanced_affinity() local
|
/freebsd/sys/x86/x86/ |
H A D | mp_x86.c | 836 int ncores; in x86topo_add_sched_group() local
|
/freebsd/sys/kern/ |
H A D | kern_sig.c | 3908 int indexlen, int ncores, struct vnode **vpp) in corefile_open_last() 4011 int cmode, error, flags, i, indexpos, indexlen, oflags, ncores; in corefile_open() local
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd.h | 222 uint8_t ncores; /**< number of cores, if known. 0 if member
|