Searched refs:last_busy (Results 1 – 6 of 6) sorted by relevance
818 if (host->last_busy != NULL) { in initio_append_busy_scb()819 host->last_busy->next = scbp; in initio_append_busy_scb()820 host->last_busy = scbp; in initio_append_busy_scb()823 host->last_busy = scbp; in initio_append_busy_scb()835 host->last_busy = NULL; in initio_pop_busy_scb()862 host->last_busy = NULL; in initio_unlink_busy_scb()865 if (tmp == host->last_busy) in initio_unlink_busy_scb()866 host->last_busy = prev; in initio_unlink_busy_scb()992 host->last_busy = NULL; in initio_abort_srb()995 if (tmp == host->last_busy) in initio_abort_srb()[all …]
532 struct scsi_ctrl_blk *last_busy; /* 4C */ member
131 unsigned long last_busy; in pm_runtime_autosuspend_expiration() local141 last_busy = READ_ONCE(dev->power.last_busy); in pm_runtime_autosuspend_expiration()142 elapsed = jiffies - last_busy; in pm_runtime_autosuspend_expiration()150 expires = last_busy + msecs_to_jiffies(autosuspend_delay); in pm_runtime_autosuspend_expiration()154 if (elapsed >= expires - last_busy) in pm_runtime_autosuspend_expiration()
108 WRITE_ONCE(dev->power.last_busy, jiffies); in pm_runtime_mark_last_busy()
634 unsigned long last_busy; member
288 unsigned long last_busy;475 - set the power.last_busy field to the current time498 based on power.last_busy and power.autosuspend_delay; if the delay time825 Inactivity is determined based on the power.last_busy field. Drivers should