Home
last modified time | relevance | path

Searched refs:pendingq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/crypto/
H A Dap_queue.c153 list_for_each_entry(ap_msg, &aq->pendingq, list) { in ap_sm_recv()
178 list_splice_init(&aq->pendingq, &aq->requestq); in ap_sm_recv()
269 list_move_tail(&ap_msg->list, &aq->pendingq); in ap_sm_write()
1129 INIT_LIST_HEAD(&aq->pendingq); in ap_queue_create()
1239 list_for_each_entry(tmp, &aq->pendingq, list) in ap_cancel_message()
1262 list_for_each_entry_safe(ap_msg, next, &aq->pendingq, list) { in __ap_flush_queue()
H A Dap_bus.h200 int pendingq_count; /* # requests on pendingq list. */
205 struct list_head pendingq; /* List of message sent to AP queue. */ member