Function report |
Source Code:block\blk-iocost.c |
Create Date:2022-07-28 17:49:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ioc_cost_model_prfill
Proto:static u64 ioc_cost_model_prfill(struct seq_file *sf, struct blkg_policy_data *pd, int off)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | sf | |
struct blkg_policy_data * | pd | |
int | off |
2311 | If Not dname Then Return 0 |
2314 | seq_printf(sf, "%s ctrl=%s model=linear rbps=%llu rseqiops=%llu rrandiops=%llu wbps=%llu wseqiops=%llu wrandiops=%llu\n", dname, user_cost_model ? "user" : "auto", u[I_LCOEF_RBPS], u[I_LCOEF_RSEQIOPS], u[I_LCOEF_RRANDIOPS], u[I_LCOEF_WBPS], u[I_LCOEF_WSEQIOPS], u[I_LCOEF_WRANDIOPS]) |
2320 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |