Searched refs:last_busy (Results 1 – 6 of 6) sorted by relevance
129 unsigned long last_busy; in pm_runtime_autosuspend_expiration() local139 last_busy = ACCESS_ONCE(dev->power.last_busy); in pm_runtime_autosuspend_expiration()140 elapsed = jiffies - last_busy; in pm_runtime_autosuspend_expiration()148 expires = last_busy + msecs_to_jiffies(autosuspend_delay); in pm_runtime_autosuspend_expiration()152 if (elapsed >= expires - last_busy) in pm_runtime_autosuspend_expiration()
834 if (host->last_busy != NULL) { in initio_append_busy_scb()835 host->last_busy->next = scbp; in initio_append_busy_scb()836 host->last_busy = scbp; in initio_append_busy_scb()839 host->last_busy = scbp; in initio_append_busy_scb()851 host->last_busy = NULL; in initio_pop_busy_scb()878 host->last_busy = NULL; in initio_unlink_busy_scb()881 if (tmp == host->last_busy) in initio_unlink_busy_scb()882 host->last_busy = prev; in initio_unlink_busy_scb()1008 host->last_busy = NULL; in initio_abort_srb()1011 if (tmp == host->last_busy) in initio_abort_srb()[all …]
532 struct scsi_ctrl_blk *last_busy; /* 4C */ member
113 ACCESS_ONCE(dev->power.last_busy) = jiffies; in pm_runtime_mark_last_busy()
602 unsigned long last_busy; member
291 unsigned long last_busy;472 - set the power.last_busy field to the current time487 based on power.last_busy and power.autosuspend_delay; if the delay time810 Inactivity is determined based on the power.last_busy field. Drivers should