pendingq 185 drivers/s390/crypto/ap_bus.h struct list_head pendingq; /* List of message sent to AP queue. */ pendingq 147 drivers/s390/crypto/ap_queue.c list_for_each_entry(ap_msg, &aq->pendingq, list) { pendingq 161 drivers/s390/crypto/ap_queue.c list_splice_init(&aq->pendingq, &aq->requestq); pendingq 250 drivers/s390/crypto/ap_queue.c list_move_tail(&ap_msg->list, &aq->pendingq); pendingq 645 drivers/s390/crypto/ap_queue.c INIT_LIST_HEAD(&aq->pendingq); pendingq 702 drivers/s390/crypto/ap_queue.c list_for_each_entry(tmp, &aq->pendingq, list) pendingq 725 drivers/s390/crypto/ap_queue.c list_for_each_entry_safe(ap_msg, next, &aq->pendingq, list) {