Searched refs:num_cores (Results 1 – 9 of 9) sorted by relevance
167 u_int *num_cores) in bhnd_erom_get_core_table() argument169 return (BHND_EROM_GET_CORE_TABLE(erom, cores, num_cores)); in bhnd_erom_get_core_table()
115 * in @p num_cores.122 * @param[out] num_cores The number of core records in @p cores.131 u_int *num_cores;
473 u_int num_cores,478 u_int num_cores, bhnd_devclass_t class);
183 const uint32_t num_cores = core_thread_list.GetSize(false); in UpdateThreadList() local188 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()
220 static int mlx5_is_sandy_bridge(int *num_cores) in mlx5_is_sandy_bridge() argument232 *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() local343 if (!mlx5_is_sandy_bridge(&num_cores)) in mlx5_enable_sandy_bridge_fix()
612 u_int *num_cores) in siba_erom_get_core_table() argument626 *num_cores = sc->io.ncores; in siba_erom_get_core_table()
361 u_int *num_cores) in bcma_erom_get_core_table() argument429 *num_cores = count; in bcma_erom_get_core_table()
3759 static int num_cores = NUM_CORE_FILES; variable3767 new_val = num_cores; in sysctl_debug_num_cores_check()3775 num_cores = new_val; in sysctl_debug_num_cores_check()3965 ncores = num_cores; in corefile_open()
9352 int num_cores = __kmp_topology->get_count(core_level); in __kmp_set_nesting_mode_threads() local9356 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()