Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_cgroup.c361 const struct cgroup_ctrl *const_ctrl; in cgroup_root_scan() local
375 const_ctrl = cgroup_find_ctrl(tok); in cgroup_root_scan()
376 if (const_ctrl) in cgroup_root_scan()
377 add_ctrl(&ctrl_field, const_ctrl); in cgroup_root_scan()
392 const_ctrl = cgroup_find_ctrl(tok); in cgroup_root_scan()
393 if (const_ctrl) in cgroup_root_scan()
394 add_ctrl(&ctrl_field, const_ctrl); in cgroup_root_scan()