Home
last modified time | relevance | path

Searched refs:pendingq_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/s390/crypto/
Dap_bus.c569 ap_dev->pendingq_count--; in ap_sm_recv()
580 ap_dev->requestq_count += ap_dev->pendingq_count; in ap_sm_recv()
581 ap_dev->pendingq_count = 0; in ap_sm_recv()
645 ap_dev->pendingq_count++; in ap_sm_write()
1011 ap_dev->pendingq_count--; in ap_cancel_message()
1088 rc = snprintf(buf, PAGE_SIZE, "%d\n", ap_dev->pendingq_count); in ap_pendingq_count_show()
1093 static DEVICE_ATTR(pendingq_count, 0444, ap_pendingq_count_show, NULL);
1342 ap_dev->pendingq_count--; in __ap_flush_queue()
Dap_bus.h198 int pendingq_count; /* # requests on pendingq list. */ member
Dzcrypt_api.c722 zdev->ap_dev->pendingq_count + in zcrypt_qdepth_mask()
747 int pendingq_count = 0; in zcrypt_pendingq_count() local
752 pendingq_count += zdev->ap_dev->pendingq_count; in zcrypt_pendingq_count()
756 return pendingq_count; in zcrypt_pendingq_count()