Home
last modified time | relevance | path

Searched refs:last_busy (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/base/power/
Druntime.c128 unsigned long last_busy; in pm_runtime_autosuspend_expiration() local
138 last_busy = ACCESS_ONCE(dev->power.last_busy); in pm_runtime_autosuspend_expiration()
139 elapsed = jiffies - last_busy; in pm_runtime_autosuspend_expiration()
147 expires = last_busy + msecs_to_jiffies(autosuspend_delay); in pm_runtime_autosuspend_expiration()
151 if (elapsed >= expires - last_busy) in pm_runtime_autosuspend_expiration()
/linux-4.1.27/drivers/scsi/
Dinitio.c834 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 …]
Dinitio.h532 struct scsi_ctrl_blk *last_busy; /* 4C */ member
/linux-4.1.27/include/linux/
Dpm_runtime.h118 ACCESS_ONCE(dev->power.last_busy) = jiffies; in pm_runtime_mark_last_busy()
Dpm.h588 unsigned long last_busy; member
/linux-4.1.27/Documentation/power/
Druntime_pm.txt291 unsigned long last_busy;
476 - set the power.last_busy field to the current time
491 based on power.last_busy and power.autosuspend_delay; if the delay time
808 Inactivity is determined based on the power.last_busy field. Drivers should