Home
last modified time | relevance | path

Searched refs:blkcg_css (Results 1 – 12 of 12) sorted by relevance

/linux/mm/
A Dbacking-dev.c400 css_put(wb->blkcg_css); in cgwb_release_workfn()
448 struct cgroup_subsys_state *blkcg_css; in cgwb_create() local
457 blkcg = css_to_blkcg(blkcg_css); in cgwb_create()
464 if (wb && wb->blkcg_css != blkcg_css) { in cgwb_create()
492 wb->blkcg_css = blkcg_css; in cgwb_create()
516 css_get(blkcg_css); in cgwb_create()
537 css_put(blkcg_css); in cgwb_create()
575 struct cgroup_subsys_state *blkcg_css; in wb_get_lookup() local
579 if (unlikely(wb->blkcg_css != blkcg_css || !wb_tryget(wb))) in wb_get_lookup()
581 css_put(blkcg_css); in wb_get_lookup()
[all …]
/linux/drivers/block/
A Dloop.c801 struct cgroup_subsys_state *blkcg_css; member
838 if (cur_worker->blkcg_css == cmd->blkcg_css) { in loop_queue_work()
841 } else if ((long)cur_worker->blkcg_css < (long)cmd->blkcg_css) { in loop_queue_work()
856 cmd->blkcg_css = NULL; in loop_queue_work()
863 worker->blkcg_css = cmd->blkcg_css; in loop_queue_work()
864 css_get(worker->blkcg_css); in loop_queue_work()
1130 css_put(worker->blkcg_css); in __loop_clr_fd()
1821 cmd->blkcg_css = NULL; in loop_queue_rq()
1851 if (cmd->blkcg_css) in loop_handle_cmd()
1859 if (cmd->blkcg_css) in loop_handle_cmd()
[all …]
A Dloop.h68 struct cgroup_subsys_state *blkcg_css; member
/linux/kernel/
A Dkthread.c61 struct cgroup_subsys_state *blkcg_css; member
122 WARN_ON_ONCE(kthread && kthread->blkcg_css); in free_kthread_struct()
1442 if (kthread->blkcg_css) { in kthread_associate_blkcg()
1443 css_put(kthread->blkcg_css); in kthread_associate_blkcg()
1444 kthread->blkcg_css = NULL; in kthread_associate_blkcg()
1448 kthread->blkcg_css = css; in kthread_associate_blkcg()
1465 return kthread->blkcg_css; in kthread_blkcg()
/linux/include/linux/
A Dwriteback.h113 ((wbc)->wb ? (wbc)->wb->blkcg_css : blkcg_root_css)
288 bio_associate_blkg_from_css(bio, wbc->wb->blkcg_css); in wbc_init_bio()
A Dblk-cgroup.h222 static inline struct cgroup_subsys_state *blkcg_css(void) in blkcg_css() function
255 return css_to_blkcg(blkcg_css()); in __bio_blkcg()
A Dbacking-dev-defs.h159 struct cgroup_subsys_state *blkcg_css; /* and blkcg */ member
A Dbacking-dev.h211 if (likely(wb && wb->blkcg_css == task_css(current, io_cgrp_id))) in wb_find_current()
/linux/fs/btrfs/
A Dcompression.h98 struct cgroup_subsys_state *blkcg_css);
A Dcompression.c508 struct cgroup_subsys_state *blkcg_css) in btrfs_submit_compressed_write() argument
605 if (blkcg_css) in btrfs_submit_compressed_write()
A Dinode.c458 struct cgroup_subsys_state *blkcg_css; member
1007 async_chunk->blkcg_css)) { in submit_one_async_extent()
1387 if (async_chunk->blkcg_css) in async_cow_free()
1388 css_put(async_chunk->blkcg_css); in async_cow_free()
1402 struct cgroup_subsys_state *blkcg_css = wbc_blkcg_css(wbc); in cow_file_range_async() local
1487 if (blkcg_css != blkcg_root_css) { in cow_file_range_async()
1488 css_get(blkcg_css); in cow_file_range_async()
1489 async_chunk[i].blkcg_css = blkcg_css; in cow_file_range_async()
1491 async_chunk[i].blkcg_css = NULL; in cow_file_range_async()
/linux/block/
A Dblk-cgroup.c1875 css = blkcg_css(); in bio_associate_blkg()

Completed in 56 milliseconds