Searched refs:last_busy (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/scsi/
H A Dinitio.c802 if (host->last_busy != NULL) {
803 host->last_busy->next = scbp;
804 host->last_busy = scbp;
807 host->last_busy = scbp;
819 host->last_busy = NULL;
846 host->last_busy = NULL;
849 if (tmp == host->last_busy)
850 host->last_busy = prev;
975 host->last_busy = NULL;
978 if (tmp == host->last_busy)
[all...]
H A Dinitio.h507 struct scsi_ctrl_blk *last_busy; /* 4C */ member in struct:initio_host
/linux-master/include/linux/
H A Dpm_runtime.h220 WRITE_ONCE(dev->power.last_busy, ktime_get_mono_fast_ns());
H A Dpm.h716 u64 last_busy; member in struct:dev_pm_info
/linux-master/drivers/base/power/
H A Druntime.c158 * power.last_busy time. If the delay has already expired or is disabled
163 * Either way it can be racy, since power.last_busy may be updated at any time.
177 expires = READ_ONCE(dev->power.last_busy);
733 * if the last_busy time has been updated so that there

Completed in 145 milliseconds