Home
last modified time | relevance | path

Searched refs:num_cores (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd_erom.h167 u_int *num_cores) in bhnd_erom_get_core_table() argument
169 return (BHND_EROM_GET_CORE_TABLE(erom, cores, num_cores)); in bhnd_erom_get_core_table()
H A Dbhnd_erom_if.m115 * in @p num_cores.
122 * @param[out] num_cores The number of core records in @p cores.
131 u_int *num_cores;
H A Dbhnd_subr.c643 bhnd_match_core(const struct bhnd_core_info *cores, u_int num_cores, in bhnd_match_core() argument
646 for (u_int i = 0; i < num_cores; i++) { in bhnd_match_core()
665 bhnd_find_core(const struct bhnd_core_info *cores, u_int num_cores, in bhnd_find_core() argument
672 return bhnd_match_core(cores, num_cores, &md); in bhnd_find_core()
H A Dbhnd.h473 u_int num_cores,
478 u_int num_cores, bhnd_devclass_t class);
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp183 const uint32_t num_cores = core_thread_list.GetSize(false); in UpdateThreadList() local
188 std::vector<bool> core_used_map(num_cores, false); in UpdateThreadList()
214 for (uint32_t core_idx = 0; core_idx < num_cores; ++core_idx) { in UpdateThreadList()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c220 static int mlx5_is_sandy_bridge(int *num_cores) in mlx5_is_sandy_bridge() argument
232 *num_cores = 0; in mlx5_is_sandy_bridge()
239 ++*num_cores; in mlx5_is_sandy_bridge()
341 int num_cores; in mlx5_enable_sandy_bridge_fix() local
343 if (!mlx5_is_sandy_bridge(&num_cores)) in mlx5_enable_sandy_bridge_fix()
/freebsd/sys/dev/bhnd/siba/
H A Dsiba_erom.c612 u_int *num_cores) in siba_erom_get_core_table() argument
626 *num_cores = sc->io.ncores; in siba_erom_get_core_table()
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c361 u_int *num_cores) in bcma_erom_get_core_table() argument
429 *num_cores = count; in bcma_erom_get_core_table()
/freebsd/sys/kern/
H A Dkern_sig.c3769 static int num_cores = NUM_CORE_FILES; variable
3777 new_val = num_cores; in sysctl_debug_num_cores_check()
3785 num_cores = new_val; in sysctl_debug_num_cores_check()
3975 ncores = num_cores; in corefile_open()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp9301 int num_cores = __kmp_topology->get_count(core_level); in __kmp_set_nesting_mode_threads() local
9305 if (upper_levels * __kmp_nesting_nth_level[loc - 1] < num_cores) in __kmp_set_nesting_mode_threads()
9307 num_cores / __kmp_nesting_nth_level[loc - 2]; in __kmp_set_nesting_mode_threads()