Searched refs:send_busy_cnt (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/ |
H A D | zip.h | 20 atomic64_t send_busy_cnt; member
|
H A D | zip_crypto.c | 566 atomic64_inc(&dfx->send_busy_cnt); in hisi_zip_do_work()
|
H A D | zip_main.c | 120 {"send_busy_cnt", offsetof(struct hisi_zip_dfx, send_busy_cnt)},
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/ |
H A D | zip.h | 20 atomic64_t send_busy_cnt; member
|
H A D | zip_crypto.c | 371 atomic64_inc(&dfx->send_busy_cnt); in hisi_zip_do_work()
|
H A D | zip_main.c | 152 {"send_busy_cnt", offsetof(struct hisi_zip_dfx, send_busy_cnt)},
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
H A D | sec.h | 165 atomic64_t send_busy_cnt; member
|
H A D | sec_main.c | 129 {"send_busy_cnt", offsetof(struct sec_dfx, send_busy_cnt)},
|
H A D | sec_crypto.c | 211 atomic64_inc(&ctx->sec->debug.dfx.send_busy_cnt); in sec_bd_send()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/ |
H A D | sec.h | 176 atomic64_t send_busy_cnt; member
|
H A D | sec_main.c | 256 {"send_busy_cnt", offsetof(struct sec_dfx, send_busy_cnt)},
|
H A D | sec_crypto.c | 290 atomic64_inc(&ctx->sec->debug.dfx.send_busy_cnt); in sec_bd_send()
|
Completed in 17 milliseconds