Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A Dap_queue.c165 list_for_each_entry(ap_msg, &aq->pendingq, list) { in ap_sm_recv()
190 list_splice_init(&aq->pendingq, &aq->requestq); in ap_sm_recv()
269 list_move_tail(&ap_msg->list, &aq->pendingq); in ap_sm_write()
777 INIT_LIST_HEAD(&aq->pendingq); in ap_queue_create()
842 list_for_each_entry(tmp, &aq->pendingq, list) in ap_cancel_message()
865 list_for_each_entry_safe(ap_msg, next, &aq->pendingq, list) { in __ap_flush_queue()
A Dap_bus.h187 struct list_head pendingq; /* List of message sent to AP queue. */ member

Completed in 5 milliseconds