Home
last modified time | relevance | path

Searched refs:__blkg_prfill_u64 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/block/
H A Dbfq-cgroup.c93 return __blkg_prfill_u64(sf, pd, bfq_stat_read((void *)pd + off)); in blkg_prfill_stat()
1005 return __blkg_prfill_u64(sf, pd, bfqg->entity.dev_weight); in bfqg_prfill_weight_device()
1190 return __blkg_prfill_u64(sf, pd, sum); in bfqg_prfill_stat_recursive()
1207 return __blkg_prfill_u64(sf, pd, sum >> 9); in bfqg_prfill_sectors()
1225 return __blkg_prfill_u64(sf, pd, in bfqg_prfill_sectors_recursive()
1248 __blkg_prfill_u64(sf, pd, v); in bfqg_prfill_avg_queue_size()
H A Dblk-cgroup.c534 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v) in __blkg_prfill_u64() function
544 EXPORT_SYMBOL_GPL(__blkg_prfill_u64);
H A Dblk-throttle.c1373 return __blkg_prfill_u64(sf, pd, v); in tg_prfill_conf_u64()
1384 return __blkg_prfill_u64(sf, pd, v); in tg_prfill_conf_uint()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk-cgroup.h200 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v);