Home
last modified time | relevance | path

Searched refs:rstat_flush_next (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/cgroup/
H A Drstat.c152 child->rstat_flush_next = NULL; in cgroup_rstat_push_children()
157 chead = child->rstat_flush_next; in cgroup_rstat_push_children()
162 child->rstat_flush_next = head; in cgroup_rstat_push_children()
169 grandchild->rstat_flush_next = ghead; in cgroup_rstat_push_children()
241 root->rstat_flush_next = NULL; in cgroup_rstat_updated_list()
326 for (; pos; pos = pos->rstat_flush_next) { in cgroup_rstat_flush()
/linux-6.15/include/linux/
H A Dcgroup-defs.h535 struct cgroup *rstat_flush_next; member