Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ide/
Dide-taskfile.c135 ide_execute_command(drive, cmd, handler, WAIT_WORSTCASE); in do_rw_taskfile()
177 WAIT_WORSTCASE); in task_no_data_intr()
383 ide_set_handler(drive, &task_pio_intr, WAIT_WORSTCASE); in task_pio_intr()
412 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.c301 timeout = ((cmd == ATA_CMD_ID_ATA) ? WAIT_WORSTCASE : WAIT_PIDENTIFY) / 2; in ide_dev_read_id()
438 (void)ide_busy_sleep(drive, WAIT_WORSTCASE, 0); in do_probe()
/Linux-v4.19/include/linux/
Dide.h175 WAIT_WORSTCASE = 30 * HZ, /* 30s */ enumerator