Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h282 unsigned long stat_bytes; member
H A Dsun8i-ss-prng.c94 algt->stat_bytes += todo; in sun8i_ss_prng_generate()
H A Dsun8i-ss-core.c438 ss_algs[i].stat_req, ss_algs[i].stat_bytes); in sun8i_ss_debugfs_show()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-prng.c96 algt->stat_bytes += todo; in sun8i_ce_prng_generate()
H A Dsun8i-ce.h337 unsigned long stat_bytes; member
H A Dsun8i-ce-core.c594 ce_algs[i].stat_req, ce_algs[i].stat_bytes); in sun8i_ce_debugfs_show()
/OK3568_Linux_fs/kernel/block/
H A Dblk-throttle.c184 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()
635 blkg_rwstat_exit(&tg->stat_bytes); in throtl_pd_free()
1555 .private = offsetof(struct throtl_grp, stat_bytes),
1560 .private = offsetof(struct throtl_grp, stat_bytes),
2221 blkg_rwstat_add(&tg->stat_bytes, bio->bi_opf, in blk_throtl_bio()