[go: nahoru, domu]

Searched refs:expiry (Results 1 - 10 of 10) sorted by relevance

/drivers/ide/
H A Dtc86c001.c62 * IDE core than to temporarily replace a higher level driver's timer expiry
68 ide_expiry_t *expiry = ide_get_hwifdata(hwif); local
71 /* Restore a higher level driver's expiry handler first. */
72 hwif->expiry = expiry;
98 * If not, a higher level driver's expiry handler should
104 /* Chain to the restored expiry handler if DMA wasn't active. */
105 if (likely(expiry != NULL))
106 return expiry(drive);
127 /* Install our timeout expiry hoo
[all...]
H A Dide-atapi.c587 ide_expiry_t *expiry; local
611 expiry = ide_cd_expiry;
624 expiry = &ide_delayed_transfer_pc;
628 expiry = NULL;
643 hwif->expiry = expiry;
673 ide_expiry_t *expiry = NULL; local
683 expiry = ide_cd_expiry;
722 hwif->expiry = expiry;
[all...]
H A Dide-io.c605 * mess. If the current handler includes an expiry handler then
606 * we invoke the expiry handler, and providing it is happy the
635 ide_expiry_t *expiry = hwif->expiry; local
640 if (expiry) {
641 wait = expiry(drive);
652 hwif->expiry = NULL;
837 hwif->expiry = NULL;
H A Dide-dma-sff.c232 * But only one time - we clear expiry and if it's still not
248 hwif->expiry = NULL; /* one free ride for now */
H A Dide-cd.c526 ide_expiry_t *expiry = NULL; local
658 expiry = ide_cd_expiry;
661 hwif->expiry = expiry;
H A Dide-taskfile.c139 hwif->expiry = dma_ops->dma_timer_expiry;
/drivers/staging/lustre/lustre/include/
H A Dlustre_capa.h269 unsigned long expiry = cfs_time_sub((unsigned long)ocapa->c_capa.lc_expiry, local
272 cfs_time_seconds(expiry));
/drivers/staging/lustre/lustre/llite/
H A Dllite_capa.c73 static inline void update_capa_timer(struct obd_capa *ocapa, unsigned long expiry) argument
75 if (time_before(expiry, ll_capa_timer.expires) ||
77 mod_timer(&ll_capa_timer, expiry);
79 "ll_capa_timer update: %lu/%lu by", expiry, jiffies);
128 /* TODO: client capa is sorted by expiry, this could be optimized */
516 /* NB: set a fake expiry for this capa to prevent it renew too soon */
/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c545 unsigned long expiry, interval = 0; local
550 expiry = round_jiffies_up(jiffies + ALUA_FAILOVER_TIMEOUT * HZ);
552 expiry = round_jiffies_up(jiffies + h->transition_tmo * HZ);
579 if (err == ADD_TO_MLQUEUE && time_before(jiffies, expiry))
614 expiry = jiffies + h->transition_tmo * HZ;
649 if (time_before(jiffies, expiry)) {
/drivers/net/ethernet/sfc/
H A Dptp.c170 * @expiry: Time after which the packet should be delivered irrespective of
177 unsigned long expiry; member in struct:efx_ptp_match
192 unsigned long expiry; member in struct:efx_ptp_event_rx
934 if (time_after(jiffies, evt->expiry)) {
1007 } else if (time_after(jiffies, match->expiry)) {
1371 match->expiry = jiffies + msecs_to_jiffies(PKT_EVENT_LIFETIME_MS);
1623 evt->expiry = jiffies + msecs_to_jiffies(PKT_EVENT_LIFETIME_MS);

Completed in 981 milliseconds