Searched refs:pendingq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | ap_queue.c | 150 list_for_each_entry(ap_msg, &aq->pendingq, list) { in ap_sm_recv() 170 list_splice_init(&aq->pendingq, &aq->requestq); in ap_sm_recv() 248 list_move_tail(&ap_msg->list, &aq->pendingq); in ap_sm_write() 756 INIT_LIST_HEAD(&aq->pendingq); in ap_queue_create() 821 list_for_each_entry(tmp, &aq->pendingq, list) in ap_cancel_message() 844 list_for_each_entry_safe(ap_msg, next, &aq->pendingq, list) { in __ap_flush_queue()
|
H A D | ap_bus.h | 181 int pendingq_count; /* # requests on pendingq list. */ 186 struct list_head pendingq; /* List of message sent to AP queue. */ member
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | ap_queue.c | 141 list_for_each_entry(ap_msg, &aq->pendingq, list) { in ap_sm_recv() 166 list_splice_init(&aq->pendingq, &aq->requestq); in ap_sm_recv() 242 list_move_tail(&ap_msg->list, &aq->pendingq); in ap_sm_write() 1026 INIT_LIST_HEAD(&aq->pendingq); in ap_queue_create() 1092 list_for_each_entry(tmp, &aq->pendingq, list) in ap_cancel_message() 1115 list_for_each_entry_safe(ap_msg, next, &aq->pendingq, list) { in __ap_flush_queue()
|
H A D | ap_bus.h | 212 int pendingq_count; /* # requests on pendingq list. */ 217 struct list_head pendingq; /* List of message sent to AP queue. */ member
|
Completed in 4 milliseconds