Searched refs:blkcg_css (Results 1 – 5 of 5) sorted by relevance
52 void blkcg_pin_online(struct cgroup_subsys_state *blkcg_css);53 void blkcg_unpin_online(struct cgroup_subsys_state *blkcg_css);
87 struct cgroup_subsys_state *blkcg_css; member786 struct cgroup_subsys_state *blkcg_css; member813 if (queue_on_root_worker(cmd->blkcg_css)) in loop_queue_work()821 if (cur_worker->blkcg_css == cmd->blkcg_css) { in loop_queue_work()824 } else if ((long)cur_worker->blkcg_css < (long)cmd->blkcg_css) { in loop_queue_work()839 cmd->blkcg_css = NULL; in loop_queue_work()846 worker->blkcg_css = cmd->blkcg_css; in loop_queue_work()847 css_get(worker->blkcg_css); in loop_queue_work()892 css_put(worker->blkcg_css); in loop_free_idle_workers()1897 cmd->blkcg_css = NULL; in loop_queue_rq()[all …]
107 static struct cgroup_subsys_state *blkcg_css(void) in blkcg_css() function1304 void blkcg_pin_online(struct cgroup_subsys_state *blkcg_css) in blkcg_pin_online() argument1306 refcount_inc(&css_to_blkcg(blkcg_css)->online_pin); in blkcg_pin_online()1318 void blkcg_unpin_online(struct cgroup_subsys_state *blkcg_css) in blkcg_unpin_online() argument1320 struct blkcg *blkcg = css_to_blkcg(blkcg_css); in blkcg_unpin_online()1994 blkcg = css_to_blkcg(blkcg_css()); in blkcg_maybe_throttle_current()2167 css = blkcg_css(); in bio_associate_blkg()2250 for (blkcg = css_to_blkcg(blkcg_css()); blkcg; in __blk_cgroup_congested()
976 struct cgroup_subsys_state *blkcg_css; in blk_trace_bio_get_cgid() local984 blkcg_css = bio_blkcg_css(bio); in blk_trace_bio_get_cgid()985 if (!blkcg_css) in blk_trace_bio_get_cgid()987 return cgroup_id(blkcg_css->cgroup); in blk_trace_bio_get_cgid()
699 struct cgroup_subsys_state *blkcg_css; member1048 if (async_chunk->blkcg_css) in submit_one_async_extent()1049 kthread_associate_blkcg(async_chunk->blkcg_css); in submit_one_async_extent()1124 if (async_chunk->blkcg_css) in submit_one_async_extent()1142 if (async_chunk->blkcg_css) in submit_one_async_extent()1540 if (async_chunk->blkcg_css) in submit_compressed_extents()1541 css_put(async_chunk->blkcg_css); in submit_compressed_extents()1570 struct cgroup_subsys_state *blkcg_css = wbc_blkcg_css(wbc); in run_delalloc_compressed() local1633 if (blkcg_css != blkcg_root_css) { in run_delalloc_compressed()1634 css_get(blkcg_css); in run_delalloc_compressed()[all …]