Home
last modified time | relevance | path

Searched refs:stat_bytes (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss.h274 unsigned long stat_bytes; member
Dsun8i-ss-prng.c94 algt->stat_bytes += todo; in sun8i_ss_prng_generate()
Dsun8i-ss-core.c436 ss_algs[i].stat_req, ss_algs[i].stat_bytes); in sun8i_ss_debugfs_show()
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-prng.c96 algt->stat_bytes += todo; in sun8i_ce_prng_generate()
Dsun8i-ce.h337 unsigned long stat_bytes; member
Dsun8i-ce-core.c594 ce_algs[i].stat_req, ce_algs[i].stat_bytes); in sun8i_ce_debugfs_show()
/Linux-v5.10/block/
Dblk-throttle.c181 struct blkg_rwstat stat_bytes; member
498 if (blkg_rwstat_init(&tg->stat_bytes, gfp)) in throtl_pd_alloc()
530 blkg_rwstat_exit(&tg->stat_bytes); in throtl_pd_alloc()
632 blkg_rwstat_exit(&tg->stat_bytes); in throtl_pd_free()
1546 .private = offsetof(struct throtl_grp, stat_bytes),
1551 .private = offsetof(struct throtl_grp, stat_bytes),
2191 blkg_rwstat_add(&tg->stat_bytes, bio->bi_opf, in blk_throtl_bio()