Searched refs:blkg_lookup (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | blk-cgroup.h | 239 * blkg_lookup - lookup blkg for the specified blkcg - q pair 247 static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, in blkg_lookup() function 360 if (((d_blkg) = blkg_lookup(css_to_blkcg(pos_css), \ 375 if (((d_blkg) = blkg_lookup(css_to_blkcg(pos_css), \ 483 static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, void *key) { return NULL; } in blkg_lookup() function
|
H A D | blk-cgroup.c | 407 blkg->parent = blkg_lookup(blkcg_parent(blkcg), disk->queue); in blkg_create() 480 blkg = blkg_lookup(blkcg, q); in blkg_lookup_create() 485 blkg = blkg_lookup(blkcg, q); in blkg_lookup_create() 504 blkg = blkg_lookup(parent, q); in blkg_lookup_create() 843 blkg = blkg_lookup(blkcg, q); 857 while (parent && !blkg_lookup(parent, q)) { 885 blkg = blkg_lookup(pos, q); 1928 blkg = blkg_lookup(blkcg, disk->queue); in blkcg_maybe_throttle_current()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk-cgroup.h | 317 * __blkg_lookup - internal version of blkg_lookup() 344 * blkg_lookup - lookup blkg for the specified blkcg - q pair 351 static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, in blkg_lookup() function 362 * Lookup blkg for @q at the root level. See also blkg_lookup(). 648 static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, void *key) { return NULL; } in blkg_lookup() function
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup.c | 333 blkg = blkg_lookup(blkcg, q); in blkg_lookup_create() 1754 blkg = blkg_lookup(blkcg, q); in blkcg_maybe_throttle_current()
|
Completed in 7 milliseconds