Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dinitio.c802 if (host->last_busy != NULL) { in initio_append_busy_scb()
803 host->last_busy->next = scbp; in initio_append_busy_scb()
804 host->last_busy = scbp; in initio_append_busy_scb()
807 host->last_busy = scbp; in initio_append_busy_scb()
819 host->last_busy = NULL; in initio_pop_busy_scb()
846 host->last_busy = NULL; in initio_unlink_busy_scb()
850 host->last_busy = prev; in initio_unlink_busy_scb()
975 host->last_busy = NULL; in initio_abort_srb()
979 host->last_busy = prev; in initio_abort_srb()
2378 host->last_busy = NULL; in initio_bus_device_reset()
[all …]
A Dinitio.h507 struct scsi_ctrl_blk *last_busy; /* 4C */ member
/linux/include/linux/
A Dpm_runtime.h220 WRITE_ONCE(dev->power.last_busy, ktime_get_mono_fast_ns()); in pm_runtime_mark_last_busy()
A Dpm.h716 u64 last_busy; member
/linux/Documentation/power/
A Druntime_pm.rst299 `unsigned long last_busy;`
506 - set the power.last_busy field to the current time
529 based on power.last_busy and power.autosuspend_delay; if the delay time
871 Inactivity is determined based on the power.last_busy field. Drivers should
/linux/drivers/base/power/
A Druntime.c177 expires = READ_ONCE(dev->power.last_busy); in pm_runtime_autosuspend_expiration()

Completed in 23 milliseconds