Searched refs:expiry (Results 1 – 8 of 8) sorted by relevance
68 ide_expiry_t *expiry = ide_get_hwifdata(hwif); in tc86c001_timer_expiry() local72 hwif->expiry = expiry; in tc86c001_timer_expiry()105 if (likely(expiry != NULL)) in tc86c001_timer_expiry()106 return expiry(drive); in tc86c001_timer_expiry()128 ide_set_hwifdata(hwif, hwif->expiry); in tc86c001_dma_start()129 hwif->expiry = &tc86c001_timer_expiry; in tc86c001_dma_start()
587 ide_expiry_t *expiry; in ide_transfer_pc() local611 expiry = ide_cd_expiry; in ide_transfer_pc()624 expiry = &ide_delayed_transfer_pc; in ide_transfer_pc()628 expiry = NULL; in ide_transfer_pc()643 hwif->expiry = expiry; in ide_transfer_pc()673 ide_expiry_t *expiry = NULL; in ide_issue_pc() local683 expiry = ide_cd_expiry; in ide_issue_pc()722 hwif->expiry = expiry; in ide_issue_pc()
635 ide_expiry_t *expiry = hwif->expiry; in ide_timer_expiry() local640 if (expiry) { in ide_timer_expiry()641 wait = expiry(drive); in ide_timer_expiry()652 hwif->expiry = NULL; in ide_timer_expiry()837 hwif->expiry = NULL; in ide_intr()
248 hwif->expiry = NULL; /* one free ride for now */ in ide_dma_sff_timer_expiry()
526 ide_expiry_t *expiry = NULL; in cdrom_newpc_intr() local658 expiry = ide_cd_expiry; in cdrom_newpc_intr()661 hwif->expiry = expiry; in cdrom_newpc_intr()
139 hwif->expiry = dma_ops->dma_timer_expiry; in do_rw_taskfile()
516 unsigned long expiry, interval = 1000; in alua_rtpg() local518 expiry = round_jiffies_up(jiffies + ALUA_FAILOVER_TIMEOUT); in alua_rtpg()529 if (err == ADD_TO_MLQUEUE && time_before(jiffies, expiry)) in alua_rtpg()575 if (time_before(jiffies, expiry)) { in alua_rtpg()
545 u_long expiry = jiffies + timeout; in xd_waitport() local549 while ((success = ((inb(port) & mask) != flags)) && time_before(jiffies, expiry)) in xd_waitport()