Searched refs:TOMOYO_MAX_POLICY (Results 1 - 3 of 3) sorted by relevance

/linux-master/security/tomoyo/
H A Dgc.c456 case TOMOYO_MAX_POLICY:
544 for (id = 0; id < TOMOYO_MAX_POLICY; id++)
H A Dcommon.c347 for (idx = 0; idx < TOMOYO_MAX_POLICY; idx++)
1915 while (head->r.step < TOMOYO_MAX_POLICY &&
1918 if (head->r.step < TOMOYO_MAX_POLICY)
1920 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP &&
1921 tomoyo_read_group(head, head->r.step - TOMOYO_MAX_POLICY))
1923 if (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP)
1925 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP
1927 head->r.acl_group_index = head->r.step - TOMOYO_MAX_POLICY
H A Dcommon.h172 TOMOYO_MAX_POLICY enumerator in enum:tomoyo_policy_id
908 struct list_head policy_list[TOMOYO_MAX_POLICY];

Completed in 203 milliseconds