Searched refs:exceptions (Results 1 – 1 of 1) sorted by relevance
/security/ |
D | device_cgroup.c | 44 struct list_head exceptions; member 109 list_for_each_entry(walk, &dev_cgroup->exceptions, list) { in dev_exception_add() 123 list_add_tail_rcu(&excopy->list, &dev_cgroup->exceptions); in dev_exception_add() 137 list_for_each_entry_safe(walk, tmp, &dev_cgroup->exceptions, list) { in dev_exception_rm() 157 list_for_each_entry_safe(ex, tmp, &dev_cgroup->exceptions, list) { in __dev_exception_clean() 198 ret = dev_exceptions_copy(&dev_cgroup->exceptions, in devcgroup_online() 199 &parent_dev_cgroup->exceptions); in devcgroup_online() 228 INIT_LIST_HEAD(&dev_cgroup->exceptions); in devcgroup_css_alloc() 300 list_for_each_entry_rcu(ex, &devcgroup->exceptions, list) { in devcgroup_seq_show() 326 static bool match_exception(struct list_head *exceptions, short type, in match_exception() argument [all …]
|