Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dinitio.c818 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 …]
Dinitio.h532 struct scsi_ctrl_blk *last_busy; /* 4C */ member
/Linux-v4.19/drivers/base/power/
Druntime.c131 unsigned long last_busy; in pm_runtime_autosuspend_expiration() local
141 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()
/Linux-v4.19/include/linux/
Dpm_runtime.h108 WRITE_ONCE(dev->power.last_busy, jiffies); in pm_runtime_mark_last_busy()
Dpm.h634 unsigned long last_busy; member
/Linux-v4.19/Documentation/power/
Druntime_pm.txt288 unsigned long last_busy;
475 - set the power.last_busy field to the current time
498 based on power.last_busy and power.autosuspend_delay; if the delay time
825 Inactivity is determined based on the power.last_busy field. Drivers should