Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bhnd/
HDbhnd_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()
HDbhnd_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;
HDbhnd_subr.c644 bhnd_match_core(const struct bhnd_core_info *cores, u_int num_cores, in bhnd_match_core() argument
647 for (u_int i = 0; i < num_cores; i++) { in bhnd_match_core()
666 bhnd_find_core(const struct bhnd_core_info *cores, u_int num_cores, in bhnd_find_core() argument
673 return bhnd_match_core(cores, num_cores, &md); in bhnd_find_core()
HDbhnd.h473 u_int num_cores,
478 u_int num_cores, bhnd_devclass_t class);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.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-14-stable/contrib/ofed/libmlx5/
HDmlx5.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-14-stable/sys/dev/bhnd/siba/
HDsiba_erom.c613 u_int *num_cores) in siba_erom_get_core_table() argument
627 *num_cores = sc->io.ncores; in siba_erom_get_core_table()
/freebsd-14-stable/sys/dev/bhnd/bcma/
HDbcma_erom.c362 u_int *num_cores) in bcma_erom_get_core_table() argument
430 *num_cores = count; in bcma_erom_get_core_table()
/freebsd-14-stable/sys/kern/
HDkern_sig.c3823 static int num_cores = NUM_CORE_FILES; variable
3831 new_val = num_cores; in sysctl_debug_num_cores_check()
3839 num_cores = new_val; in sysctl_debug_num_cores_check()
4029 ncores = num_cores; in corefile_open()
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_runtime.cpp9352 int num_cores = __kmp_topology->get_count(core_level); in __kmp_set_nesting_mode_threads() local
9356 if (upper_levels * __kmp_nesting_nth_level[loc - 1] < num_cores) in __kmp_set_nesting_mode_threads()
9358 num_cores / __kmp_nesting_nth_level[loc - 2]; in __kmp_set_nesting_mode_threads()