Searched refs:cmpQ (Results 1 - 6 of 6) sorted by relevance

/drivers/block/
H A Dcpqarray.h105 cmdlist_t *cmpQ; member in struct:ctlr_info
H A Dcciss.h108 struct list_head cmpQ; member in struct:ctlr_info
H A Dcpqarray.c281 c = h->cmpQ;
284 while(c && c != h->cmpQ) {
994 addQ(&h->cmpQ, c);
1066 if ((c = h->cmpQ) == NULL)
1073 if (c == h->cmpQ)
1081 removeQ(&h->cmpQ, c);
H A Dcciss.c3023 addQ(&h->cmpQ, c);
3527 list_for_each_entry(c, &h->cmpQ, list) {
4995 INIT_LIST_HEAD(&h->cmpQ);
/drivers/scsi/
H A Dhpsa.h79 struct list_head cmpQ; member in struct:ctlr_info
H A Dhpsa.c3018 addQ(&h->cmpQ, c);
3100 list_for_each_entry(c, &h->cmpQ, list) {
4186 fail_all_cmds_on_list(h, &h->cmpQ);
4331 INIT_LIST_HEAD(&h->cmpQ);

Completed in 181 milliseconds