[go: nahoru, domu]

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

/drivers/base/power/
H A Druntime.c122 * power.last_busy time. If the delay has already expired or is disabled
127 * Either way it can be racy, since power.last_busy may be updated at any time.
133 unsigned long last_busy; local
143 last_busy = ACCESS_ONCE(dev->power.last_busy);
144 elapsed = jiffies - last_busy;
152 expires = last_busy + msecs_to_jiffies(autosuspend_delay);
156 if (elapsed >= expires - last_busy)
569 * if the last_busy time has been updated so that there
/drivers/scsi/
H A Dinitio.c834 if (host->last_busy != NULL) {
835 host->last_busy->next = scbp;
836 host->last_busy = scbp;
839 host->last_busy = scbp;
851 host->last_busy = NULL;
878 host->last_busy = NULL;
881 if (tmp == host->last_busy)
882 host->last_busy = prev;
1008 host->last_busy = NULL;
1011 if (tmp == host->last_busy)
[all...]
H A Dinitio.h532 struct scsi_ctrl_blk *last_busy; /* 4C */ member in struct:initio_host

Completed in 97 milliseconds