Home
last modified time | relevance | path

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

/linux-5.19.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.c532 unsigned int penq_cnt = 0; in pendingq_count_show() local
536 penq_cnt = aq->pendingq_count; in pendingq_count_show()
538 return scnprintf(buf, PAGE_SIZE, "%d\n", penq_cnt); in pendingq_count_show()