TOMOYO_MAX_POLICY
while (head->r.step < TOMOYO_MAX_POLICY &&
if (head->r.step < TOMOYO_MAX_POLICY)
while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP &&
tomoyo_read_group(head, head->r.step - TOMOYO_MAX_POLICY))
if (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP)
while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP
head->r.acl_group_index = head->r.step - TOMOYO_MAX_POLICY
for (idx = 0; idx < TOMOYO_MAX_POLICY; idx++)
struct list_head policy_list[TOMOYO_MAX_POLICY];
case TOMOYO_MAX_POLICY:
for (id = 0; id < TOMOYO_MAX_POLICY; id++)