Home
last modified time | relevance | path

Searched refs:css_for_each_descendant_post (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/cgroup/
H A Dlegacy_freezer.c302 css_for_each_descendant_post(pos, css) { in freezer_read()
H A Dcgroup.c714 css_for_each_descendant_post((d_css), cgroup_css((cgrp), NULL)) \
/linux/block/
H A Dblk-cgroup.h376 css_for_each_descendant_post((pos_css), &(p_blkg)->blkcg->css) \
/linux/
H A D.clang-format133 - 'css_for_each_descendant_post'
/linux/include/linux/
H A Dcgroup.h263 #define css_for_each_descendant_post(pos, css) \ macro