TOMOYO_MAX_POLICY  355 security/tomoyo/common.c 	for (idx = 0; idx < TOMOYO_MAX_POLICY; idx++)
TOMOYO_MAX_POLICY 1923 security/tomoyo/common.c 	while (head->r.step < TOMOYO_MAX_POLICY &&
TOMOYO_MAX_POLICY 1926 security/tomoyo/common.c 	if (head->r.step < TOMOYO_MAX_POLICY)
TOMOYO_MAX_POLICY 1928 security/tomoyo/common.c 	while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP &&
TOMOYO_MAX_POLICY 1929 security/tomoyo/common.c 	       tomoyo_read_group(head, head->r.step - TOMOYO_MAX_POLICY))
TOMOYO_MAX_POLICY 1931 security/tomoyo/common.c 	if (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP)
TOMOYO_MAX_POLICY 1933 security/tomoyo/common.c 	while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP
TOMOYO_MAX_POLICY 1935 security/tomoyo/common.c 		head->r.acl_group_index = head->r.step - TOMOYO_MAX_POLICY
TOMOYO_MAX_POLICY  908 security/tomoyo/common.h 	struct list_head policy_list[TOMOYO_MAX_POLICY];
TOMOYO_MAX_POLICY  456 security/tomoyo/gc.c 	case TOMOYO_MAX_POLICY:
TOMOYO_MAX_POLICY  544 security/tomoyo/gc.c 		for (id = 0; id < TOMOYO_MAX_POLICY; id++)