Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/crypto/
Dap_card.c120 unsigned int penq_cnt; in pendingq_count_show() local
123 penq_cnt = 0; in pendingq_count_show()
127 penq_cnt += aq->pendingq_count; in pendingq_count_show()
129 return scnprintf(buf, PAGE_SIZE, "%d\n", penq_cnt); in pendingq_count_show()
Dap_queue.c499 unsigned int penq_cnt = 0; in pendingq_count_show() local
503 penq_cnt = aq->pendingq_count; in pendingq_count_show()
505 return scnprintf(buf, PAGE_SIZE, "%d\n", penq_cnt); in pendingq_count_show()