Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/power/
Druntime.c129 unsigned long last_busy; in pm_runtime_autosuspend_expiration() local
139 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()
/linux-4.4.14/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.4.14/include/linux/
Dpm_runtime.h113 ACCESS_ONCE(dev->power.last_busy) = jiffies; in pm_runtime_mark_last_busy()
Dpm.h602 unsigned long last_busy; member
/linux-4.4.14/Documentation/power/
Druntime_pm.txt291 unsigned long last_busy;
472 - set the power.last_busy field to the current time
487 based on power.last_busy and power.autosuspend_delay; if the delay time
810 Inactivity is determined based on the power.last_busy field. Drivers should