Searched refs:of_css (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/mm/ |
D | hugetlb_cgroup.c | 293 struct hugetlb_cgroup *h_cg = hugetlb_cgroup_from_css(of_css(of)); in hugetlb_cgroup_write() 324 struct hugetlb_cgroup *h_cg = hugetlb_cgroup_from_css(of_css(of)); in hugetlb_cgroup_reset()
|
D | memcontrol.c | 2913 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of)); in mem_cgroup_force_empty_write() 3215 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of)); in mem_cgroup_write() 3256 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of)); in mem_cgroup_reset() 4029 struct cgroup_subsys_state *css = of_css(of); in memcg_write_event_control() 5380 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of)); in memory_min_write() 5410 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of)); in memory_low_write() 5440 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of)); in memory_high_write() 5477 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of)); in memory_max_write() 5630 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of)); in memory_oom_group_write() 6617 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of)); in swap_max_write()
|
/Linux-v4.19/include/linux/ |
D | cgroup.h | 622 struct cgroup_subsys_state *of_css(struct kernfs_open_file *of); 632 return of_css(seq->private); in seq_css()
|
/Linux-v4.19/net/core/ |
D | netprio_cgroup.c | 218 ret = netprio_set_prio(of_css(of), dev, prio); in write_priomap()
|
/Linux-v4.19/kernel/cgroup/ |
D | pids.c | 260 struct cgroup_subsys_state *css = of_css(of); in pids_max_write()
|
D | freezer.c | 433 freezer_change_state(css_freezer(of_css(of)), freeze); in freezer_write()
|
D | rdma.c | 434 struct rdma_cgroup *cg = css_rdmacg(of_css(of)); in rdmacg_resource_set_max()
|
D | cpuset.c | 1684 struct cpuset *cs = css_cs(of_css(of)); in cpuset_write_resmask()
|
D | cgroup.c | 564 struct cgroup_subsys_state *of_css(struct kernfs_open_file *of) in of_css() function 582 EXPORT_SYMBOL_GPL(of_css);
|
/Linux-v4.19/security/ |
D | device_cgroup.c | 761 retval = devcgroup_update_access(css_to_devcgroup(of_css(of)), in devcgroup_access_write()
|
/Linux-v4.19/block/ |
D | blk-iolatency.c | 762 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in iolatency_set_limit()
|
D | bfq-cgroup.c | 916 ret = bfq_io_set_weight_legacy(of_css(of), NULL, weight); in bfq_io_set_weight()
|
D | blk-throttle.c | 1437 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in tg_set_conf() 1600 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in tg_set_limit()
|
D | cfq-iosched.c | 1766 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in __cfqg_set_weight_device() 2165 ret = __cfq_set_weight(of_css(of), v, true, false, false); in cfq_set_weight_on_dfl()
|
/Linux-v4.19/kernel/sched/ |
D | core.c | 6953 struct task_group *tg = css_tg(of_css(of)); in cpu_max_write()
|