Home
last modified time | relevance | path

Searched refs:allow_auto (Results 1 – 1 of 1) sorted by last modified time

/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c3403 cpu_mwait_cx_hint2name(int hint, char *name, int namelen, boolean_t allow_auto) in cpu_mwait_cx_hint2name() argument
3411 old_cx_idx = allow_auto ? CPU_MWAIT_C2 : CPU_MWAIT_CX_MAX; in cpu_mwait_cx_hint2name()
3413 old_cx_idx = allow_auto ? CPU_MWAIT_C3 : CPU_MWAIT_CX_MAX; in cpu_mwait_cx_hint2name()
3420 else if (allow_auto && hint == CPU_MWAIT_HINT_AUTO) in cpu_mwait_cx_hint2name()
3422 else if (allow_auto && hint == CPU_MWAIT_HINT_AUTODEEP) in cpu_mwait_cx_hint2name()
3434 cpu_mwait_cx_name2hint(char *name, int *hint0, boolean_t allow_auto) in cpu_mwait_cx_name2hint() argument
3439 if (allow_auto && strcmp(name, "AUTO") == 0) { in cpu_mwait_cx_name2hint()
3444 if (allow_auto && strcmp(name, "AUTODEEP") == 0) { in cpu_mwait_cx_name2hint()
3495 boolean_t allow_auto) in cpu_mwait_cx_select_sysctl() argument
3502 allow_auto); in cpu_mwait_cx_select_sysctl()
[all …]