Searched refs:pendingq (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/s390/crypto/ |
D | ap_bus.c | 943 list_for_each_entry_safe(ap_msg, next, &ap_dev->pendingq, list) { in __ap_flush_queue() 1464 INIT_LIST_HEAD(&ap_dev->pendingq); in ap_scan_bus() 1573 list_for_each_entry(ap_msg, &ap_dev->pendingq, list) { in ap_poll_read() 1589 list_splice_init(&ap_dev->pendingq, &ap_dev->requestq); in ap_poll_read() 1625 list_move_tail(&ap_msg->list, &ap_dev->pendingq); in ap_poll_write() 1685 list_add_tail(&ap_msg->list, &ap_dev->pendingq); in __ap_queue_message() 1760 list_for_each_entry(tmp, &ap_dev->pendingq, list) in ap_cancel_message() 1799 list_splice_init(&ap_dev->pendingq, &ap_dev->requestq); in ap_reset()
|
D | ap_bus.h | 173 struct list_head pendingq; /* List of message sent to AP queue. */ member
|