Home
last modified time | relevance | path

Searched refs:last_avail (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dinitio.h503 struct scsi_ctrl_blk *last_avail; /* 3C */ member
H A Dinitio.c666 host->last_avail = NULL; in initio_alloc_scb()
693 if (host->last_avail != NULL) { in initio_release_scb()
694 host->last_avail->next = cmnd; in initio_release_scb()
695 host->last_avail = cmnd; in initio_release_scb()
698 host->last_avail = cmnd; in initio_release_scb()
2880 host->last_avail = prev; in initio_probe_one()
/openbmc/linux/sound/core/
H A Drawmidi.c1700 unsigned int last_avail = runtime->avail; in snd_rawmidi_write() local
1710 if (runtime->avail == last_avail && !timeout) in snd_rawmidi_write()