Searched refs:stat_bytes (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-prng.c | 38 algt->stat_bytes += todo; in sun4i_ss_prng_generate()
|
D | sun4i-ss.h | 172 unsigned long stat_bytes; member
|
D | sun4i-ss-core.c | 251 ss_algs[i].stat_bytes); in sun4i_ss_dbgfs_read() 257 ss_algs[i].stat_req, ss_algs[i].stat_bytes); in sun4i_ss_dbgfs_read()
|
D | sun4i-ss-cipher.c | 60 algt->stat_bytes += areq->cryptlen; in sun4i_ss_opti_poll() 255 algt->stat_bytes += areq->cryptlen; in sun4i_ss_cipher_poll()
|
/Linux-v5.15/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss.h | 275 unsigned long stat_bytes; member
|
D | sun8i-ss-prng.c | 92 algt->stat_bytes += todo; in sun8i_ss_prng_generate()
|
D | sun8i-ss-core.c | 436 ss_algs[i].stat_req, ss_algs[i].stat_bytes); in sun8i_ss_debugfs_show()
|
/Linux-v5.15/drivers/crypto/gemini/ |
D | sl3516-ce.h | 331 unsigned long stat_bytes; member
|
/Linux-v5.15/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-prng.c | 94 algt->stat_bytes += todo; in sun8i_ce_prng_generate()
|
D | sun8i-ce.h | 338 unsigned long stat_bytes; member
|
D | sun8i-ce-core.c | 594 ce_algs[i].stat_req, ce_algs[i].stat_bytes); in sun8i_ce_debugfs_show()
|
/Linux-v5.15/block/ |
D | blk-throttle.c | 184 struct blkg_rwstat stat_bytes; member 501 if (blkg_rwstat_init(&tg->stat_bytes, gfp)) in throtl_pd_alloc() 533 blkg_rwstat_exit(&tg->stat_bytes); in throtl_pd_alloc() 641 blkg_rwstat_exit(&tg->stat_bytes); in throtl_pd_free() 1563 .private = offsetof(struct throtl_grp, stat_bytes), 1568 .private = offsetof(struct throtl_grp, stat_bytes), 2229 blkg_rwstat_add(&tg->stat_bytes, bio->bi_opf, in blk_throtl_bio()
|