1 /* SPDX-License-Identifier: GPL-2.0 */
6 * Returns true if SMT (aka hyperthreading) is enabled. Determined via sysfs or
12 * Returns true when system wide and all SMT threads for a core are in the
13 * user_requested_cpus map.
15 bool core_wide(bool system_wide
, const char *user_requested_cpu_list
);