Home
last modified time | relevance | path

Searched refs:WAIT_WORSTCASE (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/ide/
Dide-taskfile.c134 ide_execute_command(drive, cmd, handler, WAIT_WORSTCASE); in do_rw_taskfile()
175 WAIT_WORSTCASE); in task_no_data_intr()
391 ide_set_handler(drive, &task_pio_intr, WAIT_WORSTCASE); in task_pio_intr()
420 ide_set_handler(drive, &task_pio_intr, WAIT_WORSTCASE); in pre_task_out_intr()
Dide-eh.c357 hwif->poll_timeout = jiffies + WAIT_WORSTCASE; in do_reset1()
417 hwif->poll_timeout = jiffies + WAIT_WORSTCASE; in do_reset1()
Dide-io.c388 if (timeout > WAIT_WORSTCASE) in ide_stall_queue()
389 timeout = WAIT_WORSTCASE; in ide_stall_queue()
Dide-probe.c300 timeout = ((cmd == ATA_CMD_ID_ATA) ? WAIT_WORSTCASE : WAIT_PIDENTIFY) / 2; in ide_dev_read_id()
437 (void)ide_busy_sleep(drive, WAIT_WORSTCASE, 0); in do_probe()
/linux-3.4.99/include/linux/
Dide.h135 WAIT_WORSTCASE = 30 * HZ, /* 30s */ enumerator