Home
last modified time | relevance | path

Searched refs:of_css (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/mm/
Dhugetlb_cgroup.c293 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()
Dmemcontrol.c2913 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/
Dcgroup.h622 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/
Dnetprio_cgroup.c218 ret = netprio_set_prio(of_css(of), dev, prio); in write_priomap()
/Linux-v4.19/kernel/cgroup/
Dpids.c260 struct cgroup_subsys_state *css = of_css(of); in pids_max_write()
Dfreezer.c433 freezer_change_state(css_freezer(of_css(of)), freeze); in freezer_write()
Drdma.c434 struct rdma_cgroup *cg = css_rdmacg(of_css(of)); in rdmacg_resource_set_max()
Dcpuset.c1684 struct cpuset *cs = css_cs(of_css(of)); in cpuset_write_resmask()
Dcgroup.c564 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/
Ddevice_cgroup.c761 retval = devcgroup_update_access(css_to_devcgroup(of_css(of)), in devcgroup_access_write()
/Linux-v4.19/block/
Dblk-iolatency.c762 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in iolatency_set_limit()
Dbfq-cgroup.c916 ret = bfq_io_set_weight_legacy(of_css(of), NULL, weight); in bfq_io_set_weight()
Dblk-throttle.c1437 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()
Dcfq-iosched.c1766 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/
Dcore.c6953 struct task_group *tg = css_tg(of_css(of)); in cpu_max_write()