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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcpqarray.h105 cmdlist_t *cmpQ; member in struct:ctlr_info
H A Dcciss.h91 CommandList_struct *cmpQ; member in struct:ctlr_info
H A Dcpqarray.c287 c = h->cmpQ;
290 while(c && c != h->cmpQ) {
978 addQ(&h->cmpQ, c);
1073 if ((c = h->cmpQ) == NULL)
1080 if (c == h->cmpQ)
1088 removeQ(&h->cmpQ, c);
H A Dcciss.c2341 addQ(&(h->cmpQ), c);
2720 if ((c = h->cmpQ) == NULL) {
2728 if (c == h->cmpQ)
2737 removeQ(&h->cmpQ, c);
3612 addQ(&(h->cmpQ), c);
3616 while ((c = h->cmpQ) != NULL) {
3617 removeQ(&h->cmpQ, c);

Completed in 59 milliseconds