Home
last modified time | relevance | path

Searched refs:devcg_root (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/security/
H A Ddevice_cgroup.c542 * @devcg_root: device cgroup that added a new exception
547 static int propagate_exception(struct dev_cgroup *devcg_root, in propagate_exception() argument
555 css_for_each_descendant_pre(pos, &devcg_root->css) { in propagate_exception()
564 if (pos == &devcg_root->css || !is_devcg_online(devcg)) in propagate_exception()
573 if (devcg_root->behavior == DEVCG_DEFAULT_ALLOW && in propagate_exception()
/kernel/linux/linux-6.6/security/
H A Ddevice_cgroup.c543 * @devcg_root: device cgroup that added a new exception
548 static int propagate_exception(struct dev_cgroup *devcg_root, in propagate_exception() argument
556 css_for_each_descendant_pre(pos, &devcg_root->css) { in propagate_exception()
565 if (pos == &devcg_root->css || !is_devcg_online(devcg)) in propagate_exception()
574 if (devcg_root->behavior == DEVCG_DEFAULT_ALLOW && in propagate_exception()

Completed in 3 milliseconds