Searched refs:stat_bytes (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | blk-throttle.h | 151 struct blkg_rwstat stat_bytes; member 191 blkg_rwstat_add(&tg->stat_bytes, bio->bi_opf, in blk_should_throtl()
|
H A D | blk-throttle.c | 348 if (blkg_rwstat_init(&tg->stat_bytes, gfp)) in throtl_pd_alloc() 380 blkg_rwstat_exit(&tg->stat_bytes); in throtl_pd_alloc() 494 blkg_rwstat_exit(&tg->stat_bytes); in throtl_pd_free() 1471 .private = offsetof(struct throtl_grp, stat_bytes), 1476 .private = offsetof(struct throtl_grp, stat_bytes),
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-prng.c | 38 algt->stat_bytes += todo; in sun4i_ss_prng_generate()
|
H A D | sun4i-ss-core.c | 250 ss_algs[i].stat_bytes); in sun4i_ss_debugfs_show() 256 ss_algs[i].stat_req, ss_algs[i].stat_bytes); in sun4i_ss_debugfs_show()
|
H A D | sun4i-ss.h | 172 unsigned long stat_bytes; member
|
H A D | sun4i-ss-cipher.c | 57 algt->stat_bytes += areq->cryptlen; in sun4i_ss_opti_poll() 249 algt->stat_bytes += areq->cryptlen; in sun4i_ss_cipher_poll()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss.h | 267 * @stat_bytes: total data size done by this template 282 unsigned long stat_bytes; member
|
H A D | sun8i-ss-prng.c | 94 algt->stat_bytes += todo; in sun8i_ss_prng_generate()
|
H A D | sun8i-ss-core.c | 438 ss_algs[i].stat_req, ss_algs[i].stat_bytes); in sun8i_ss_debugfs_show()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-prng.c | 96 algt->stat_bytes += todo; in sun8i_ce_prng_generate()
|
H A D | sun8i-ce.h | 322 * @stat_bytes: total data size done by this template 337 unsigned long stat_bytes; member
|
H A D | sun8i-ce-core.c | 594 ce_algs[i].stat_req, ce_algs[i].stat_bytes); in sun8i_ce_debugfs_show()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-prng.c | 99 algt->stat_bytes += todo; in sun8i_ss_prng_generate()
|
H A D | sun8i-ss.h | 266 * @stat_bytes: total data size done by this template 280 unsigned long stat_bytes; member
|
H A D | sun8i-ss-core.c | 513 ss_algs[i].stat_req, ss_algs[i].stat_bytes); in sun8i_ss_debugfs_show()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-prng.c | 94 algt->stat_bytes += todo; in sun8i_ce_prng_generate()
|
H A D | sun8i-ce.h | 320 * @stat_bytes: total data size done by this template 334 unsigned long stat_bytes; member
|
H A D | sun8i-ce-core.c | 680 ce_algs[i].stat_req, ce_algs[i].stat_bytes); in sun8i_ce_debugfs_show()
|
/kernel/linux/linux-6.6/drivers/crypto/gemini/ |
H A D | sl3516-ce.h | 315 * @stat_bytes: total data size done by this template 326 unsigned long stat_bytes; member
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-throttle.c | 185 struct blkg_rwstat stat_bytes; member 502 if (blkg_rwstat_init(&tg->stat_bytes, gfp)) in throtl_pd_alloc() 534 blkg_rwstat_exit(&tg->stat_bytes); in throtl_pd_alloc() 636 blkg_rwstat_exit(&tg->stat_bytes); in throtl_pd_free() 1588 .private = offsetof(struct throtl_grp, stat_bytes), 1593 .private = offsetof(struct throtl_grp, stat_bytes), 2258 blkg_rwstat_add(&tg->stat_bytes, bio->bi_opf, in blk_throtl_bio()
|
Completed in 19 milliseconds