Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcpqarray.h105 cmdlist_t *cmpQ; member
Dcpqarray.c281 c = h->cmpQ; in ida_proc_show()
284 while(c && c != h->cmpQ) { in ida_proc_show()
992 addQ(&h->cmpQ, c); in start_io()
1064 if ((c = h->cmpQ) == NULL) in do_ida_intr()
1071 if (c == h->cmpQ) in do_ida_intr()
1079 removeQ(&h->cmpQ, c); in do_ida_intr()
Dcciss.h108 struct list_head cmpQ; member
Dcciss.c3040 addQ(&h->cmpQ, c); in start_io()
3544 list_for_each_entry(c, &h->cmpQ, list) { in process_nonindexed_cmd()
5019 INIT_LIST_HEAD(&h->cmpQ); in cciss_init_one()