Searched refs:allow_ints (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dapm_bios.h31 int allow_ints; member in struct:apm_info
/linux-master/arch/x86/kernel/
H A Dapm_32.c405 static bool allow_ints = 1; variable
407 static bool allow_ints; variable
508 * apm_info.allow_ints, we are being really paranoid here! Not only
527 if (apm_info.allow_ints) {
1859 (strncmp(str, "allow_ints", 10) == 0))
1860 apm_info.allow_ints = !invert;
1926 if (apm_info.allow_ints == 0) {
1927 apm_info.allow_ints = 1;
2246 if (allow_ints)
2247 apm_info.allow_ints
[all...]

Completed in 162 milliseconds