Searched refs:blkcg_css (Results 1 – 10 of 10) sorted by relevance
621 css_put(wb->blkcg_css); in cgwb_release_workfn()625 blkcg_unpin_online(wb->blkcg_css); in cgwb_release_workfn()668 struct cgroup_subsys_state *blkcg_css; in cgwb_create() local682 if (wb && wb->blkcg_css != blkcg_css) { in cgwb_create()710 wb->blkcg_css = blkcg_css; in cgwb_create()732 blkcg_pin_online(blkcg_css); in cgwb_create()734 css_get(blkcg_css); in cgwb_create()755 css_put(blkcg_css); in cgwb_create()797 if (unlikely(wb->blkcg_css != blkcg_css || !wb_tryget(wb))) in wb_get_lookup()799 css_put(blkcg_css); in wb_get_lookup()[all …]
31 void blkcg_pin_online(struct cgroup_subsys_state *blkcg_css);32 void blkcg_unpin_online(struct cgroup_subsys_state *blkcg_css);
118 ((wbc)->wb ? (wbc)->wb->blkcg_css : blkcg_root_css)276 bio_associate_blkg_from_css(bio, wbc->wb->blkcg_css); in wbc_init_bio()
150 struct cgroup_subsys_state *blkcg_css; /* and blkcg */ member
205 if (likely(wb && wb->blkcg_css == task_css(current, io_cgrp_id))) in wb_find_current()
86 struct cgroup_subsys_state *blkcg_css; member765 struct cgroup_subsys_state *blkcg_css; member792 if (queue_on_root_worker(cmd->blkcg_css)) in loop_queue_work()800 if (cur_worker->blkcg_css == cmd->blkcg_css) { in loop_queue_work()803 } else if ((long)cur_worker->blkcg_css < (long)cmd->blkcg_css) { in loop_queue_work()818 cmd->blkcg_css = NULL; in loop_queue_work()825 worker->blkcg_css = cmd->blkcg_css; in loop_queue_work()826 css_get(worker->blkcg_css); in loop_queue_work()871 css_put(worker->blkcg_css); in loop_free_idle_workers()1840 cmd->blkcg_css = NULL; in loop_queue_rq()[all …]
67 struct cgroup_subsys_state *blkcg_css; member153 WARN_ON_ONCE(kthread->blkcg_css); in free_kthread_struct()1695 if (kthread->blkcg_css) { in kthread_associate_blkcg()1696 css_put(kthread->blkcg_css); in kthread_associate_blkcg()1697 kthread->blkcg_css = NULL; in kthread_associate_blkcg()1701 kthread->blkcg_css = css; in kthread_associate_blkcg()1718 return kthread->blkcg_css; in kthread_blkcg()
103 static struct cgroup_subsys_state *blkcg_css(void) in blkcg_css() function1361 void blkcg_pin_online(struct cgroup_subsys_state *blkcg_css) in blkcg_pin_online() argument1363 refcount_inc(&css_to_blkcg(blkcg_css)->online_pin); in blkcg_pin_online()1375 void blkcg_unpin_online(struct cgroup_subsys_state *blkcg_css) in blkcg_unpin_online() argument1377 struct blkcg *blkcg = css_to_blkcg(blkcg_css); in blkcg_unpin_online()2027 blkcg = css_to_blkcg(blkcg_css()); in blkcg_maybe_throttle_current()2177 css = blkcg_css(); in bio_associate_blkg()2256 for (blkcg = css_to_blkcg(blkcg_css()); blkcg; in blk_cgroup_congested()
769 struct cgroup_subsys_state *blkcg_css; in blk_trace_bio_get_cgid() local777 blkcg_css = bio_blkcg_css(bio); in blk_trace_bio_get_cgid()778 if (!blkcg_css) in blk_trace_bio_get_cgid()780 return cgroup_id(blkcg_css->cgroup); in blk_trace_bio_get_cgid()
738 struct cgroup_subsys_state *blkcg_css; member1116 if (async_chunk->blkcg_css) in submit_one_async_extent()1117 kthread_associate_blkcg(async_chunk->blkcg_css); in submit_one_async_extent()1192 if (async_chunk->blkcg_css) in submit_one_async_extent()1211 if (async_chunk->blkcg_css) in submit_one_async_extent()1575 if (async_chunk->blkcg_css) in submit_compressed_extents()1576 css_put(async_chunk->blkcg_css); in submit_compressed_extents()1668 if (blkcg_css != blkcg_root_css) { in run_delalloc_compressed()1669 css_get(blkcg_css); in run_delalloc_compressed()1670 async_chunk[i].blkcg_css = blkcg_css; in run_delalloc_compressed()[all …]