Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dinitio.h508 struct scsi_ctrl_blk *first_done; /* 50 */ member
H A Dinitio.c898 host->first_done = scbp; in initio_append_done_scb()
907 if ((tmp = host->first_done) != NULL) { in initio_find_done_scb()
908 if ((host->first_done = tmp->next) == NULL) in initio_find_done_scb()
/openbmc/linux/fs/gfs2/
H A Dsys.c605 GDLM_ATTR(first_done, 0444, first_done_show, NULL);