Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/ide/
Dide-taskfile.c136 ide_execute_command(drive, cmd, handler, WAIT_WORSTCASE); in do_rw_taskfile()
178 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.c358 hwif->poll_timeout = jiffies + WAIT_WORSTCASE; in do_reset1()
418 hwif->poll_timeout = jiffies + WAIT_WORSTCASE; in do_reset1()
Dide-io.c402 if (timeout > WAIT_WORSTCASE) in ide_stall_queue()
403 timeout = WAIT_WORSTCASE; in ide_stall_queue()
Dide-probe.c302 timeout = ((cmd == ATA_CMD_ID_ATA) ? WAIT_WORSTCASE : WAIT_PIDENTIFY) / 2; in ide_dev_read_id()
439 (void)ide_busy_sleep(drive, WAIT_WORSTCASE, 0); in do_probe()
/Linux-v5.10/include/linux/
Dide.h176 WAIT_WORSTCASE = 30 * HZ, /* 30s */ enumerator