Searched refs:blkcg_policy (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | blk-cgroup.h | 169 struct blkcg_policy { struct 195 int blkcg_policy_register(struct blkcg_policy *pol); 196 void blkcg_policy_unregister(struct blkcg_policy *pol); 197 int blkcg_activate_policy(struct gendisk *disk, const struct blkcg_policy *pol); 199 const struct blkcg_policy *pol); 205 const struct blkcg_policy *pol, int data, 218 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, 274 struct blkcg_policy *pol) in blkg_to_pd() 280 struct blkcg_policy *pol) in blkcg_to_cpd() 477 struct blkcg_policy { struct [all...] |
H A D | blk-cgroup.c | 40 * blkcg_pol_mutex protects blkcg_policy[] and policy [de]activation. 55 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable 114 const struct blkcg_policy *pol) in blkcg_policy_enabled() 136 blkcg_policy[i]->pd_free_fn(blkg->pd[i]); in blkg_free_workfn() 339 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc() 360 blkcg_policy[i]->pd_free_fn(blkg->pd[i]); in blkg_alloc() 417 struct blkcg_policy *pol = blkcg_policy[ in blkg_create() [all...] |
H A D | blk-ioprio.c | 50 static struct blkcg_policy ioprio_policy; 176 static struct blkcg_policy ioprio_policy = {
|
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-cgroup-rwstat.c | 92 * @pol: blkcg_policy which contains the blkg_rwstat 103 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum()
|
H A D | blk-throttle.h | 155 extern struct blkcg_policy blkcg_policy_throtl;
|
H A D | blk-iolatency.c | 84 static struct blkcg_policy blkcg_policy_iolatency; 1051 static struct blkcg_policy blkcg_policy_iolatency = {
|
H A D | bfq-iosched.h | 1100 extern struct blkcg_policy blkcg_policy_bfq;
|
H A D | bfq-cgroup.c | 1295 struct blkcg_policy blkcg_policy_bfq = {
|
H A D | blk-iocost.c | 657 static struct blkcg_policy blkcg_policy_iocost; 3522 static struct blkcg_policy blkcg_policy_iocost = {
|
H A D | blk-throttle.c | 1708 struct blkcg_policy blkcg_policy_throtl = {
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk-cgroup.h | 154 struct blkcg_policy { struct 185 int blkcg_policy_register(struct blkcg_policy *pol); 186 void blkcg_policy_unregister(struct blkcg_policy *pol); 188 const struct blkcg_policy *pol); 190 const struct blkcg_policy *pol); 196 const struct blkcg_policy *pol, int data, 207 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, 377 struct blkcg_policy *pol) in blkg_to_pd() 383 struct blkcg_policy *pol) in blkcg_to_cpd() 636 struct blkcg_policy { struct [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup.c | 38 * blkcg_pol_mutex protects blkcg_policy[] and policy [de]activation. 53 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable 61 const struct blkcg_policy *pol) in blkcg_policy_enabled() 81 blkcg_policy[i]->pd_free_fn(blkg->pd[i]); in blkg_free() 180 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc() 275 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() 289 struct blkcg_policy *po in blkg_create() [all...] |
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-cgroup-rwstat.c | 92 * @pol: blkcg_policy which contains the blkg_rwstat 103 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum()
|
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-iocost.c | 661 static struct blkcg_policy blkcg_policy_iocost; 3442 static struct blkcg_policy blkcg_policy_iocost = {
|
H A D | blk-throttle.c | 41 static struct blkcg_policy blkcg_policy_throtl; 1826 static struct blkcg_policy blkcg_policy_throtl = {
|
H A D | bfq-cgroup.c | 1275 struct blkcg_policy blkcg_policy_bfq = {
|
Completed in 40 milliseconds