Searched refs:TOMOYO_MAX_POLICY (Results 1 – 3 of 3) sorted by relevance
350 for (idx = 0; idx < TOMOYO_MAX_POLICY; idx++) in tomoyo_init_policy_namespace()1861 while (head->r.step < TOMOYO_MAX_POLICY && in tomoyo_read_exception()1864 if (head->r.step < TOMOYO_MAX_POLICY) in tomoyo_read_exception()1866 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP && in tomoyo_read_exception()1867 tomoyo_read_group(head, head->r.step - TOMOYO_MAX_POLICY)) in tomoyo_read_exception()1869 if (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP) in tomoyo_read_exception()1871 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP in tomoyo_read_exception()1873 head->r.acl_group_index = head->r.step - TOMOYO_MAX_POLICY in tomoyo_read_exception()
444 case TOMOYO_MAX_POLICY: in tomoyo_try_to_gc()528 for (id = 0; id < TOMOYO_MAX_POLICY; id++) in tomoyo_collect_entry()
168 TOMOYO_MAX_POLICY enumerator903 struct list_head policy_list[TOMOYO_MAX_POLICY];