Searched refs:blkcg_policy (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blk-cgroup.h | 156 struct blkcg_policy { struct 187 int blkcg_policy_register(struct blkcg_policy *pol); argument 188 void blkcg_policy_unregister(struct blkcg_policy *pol); 190 const struct blkcg_policy *pol); 192 const struct blkcg_policy *pol); 198 const struct blkcg_policy *pol, int data, 209 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, 379 struct blkcg_policy *pol) in blkg_to_pd() 385 struct blkcg_policy *pol) in blkcg_to_cpd() 638 struct blkcg_policy { struct [all …]
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-cgroup.c | 54 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable 62 const struct blkcg_policy *pol) in blkcg_policy_enabled() 82 blkcg_policy[i]->pd_free_fn(blkg->pd[i]); in blkg_free() 181 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc() 276 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() 290 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() 391 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy() 465 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_reset_stats() 506 const struct blkcg_policy *pol, int data, in blkcg_print_blkgs() 548 const struct blkcg_policy *pol, in blkg_lookup_check() [all …]
|
| H A D | mq-deadline-cgroup.c | 8 static struct blkcg_policy dd_blkcg_policy; 99 static struct blkcg_policy dd_blkcg_policy = {
|
| H A D | blk-ioprio.c | 47 static struct blkcg_policy ioprio_policy; 174 static struct blkcg_policy ioprio_policy = {
|
| H A D | blk-cgroup-rwstat.c | 103 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum()
|
| H A D | blk-cgroup-rwstat.h | 48 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol,
|
| H A D | blk-iolatency.c | 83 static struct blkcg_policy blkcg_policy_iolatency; 1043 static struct blkcg_policy blkcg_policy_iolatency = {
|
| H A D | bfq-iosched.h | 996 extern struct blkcg_policy blkcg_policy_bfq;
|
| H A D | blk-throttle.c | 40 static struct blkcg_policy blkcg_policy_throtl; 1789 static struct blkcg_policy blkcg_policy_throtl = {
|
| H A D | bfq-cgroup.c | 1273 struct blkcg_policy blkcg_policy_bfq = {
|
| H A D | blk-iocost.c | 657 static struct blkcg_policy blkcg_policy_iocost; 3425 static struct blkcg_policy blkcg_policy_iocost = {
|