io_delay_type     245 arch/x86/include/asm/io.h extern int io_delay_type;
io_delay_type      31 arch/x86/kernel/io_delay.c int io_delay_type __read_mostly = DEFAULT_IO_DELAY_TYPE;
io_delay_type      40 arch/x86/kernel/io_delay.c 	switch (io_delay_type) {
io_delay_type      66 arch/x86/kernel/io_delay.c 	if (io_delay_type == IO_DELAY_TYPE_0X80) {
io_delay_type      68 arch/x86/kernel/io_delay.c 		io_delay_type = IO_DELAY_TYPE_0XED;
io_delay_type     134 arch/x86/kernel/io_delay.c 		io_delay_type = IO_DELAY_TYPE_0X80;
io_delay_type     136 arch/x86/kernel/io_delay.c 		io_delay_type = IO_DELAY_TYPE_0XED;
io_delay_type     138 arch/x86/kernel/io_delay.c 		io_delay_type = IO_DELAY_TYPE_UDELAY;
io_delay_type     140 arch/x86/kernel/io_delay.c 		io_delay_type = IO_DELAY_TYPE_NONE;
io_delay_type    1058 kernel/sysctl.c 		.data		= &io_delay_type,