TOMOYO_MAX_GROUP  353 security/tomoyo/common.c 	for (idx = 0; idx < TOMOYO_MAX_GROUP; idx++)
TOMOYO_MAX_GROUP 1741 security/tomoyo/common.c static const char *tomoyo_group_name[TOMOYO_MAX_GROUP] = {
TOMOYO_MAX_GROUP 1771 security/tomoyo/common.c 	for (i = 0; i < TOMOYO_MAX_GROUP; i++)
TOMOYO_MAX_GROUP 1928 security/tomoyo/common.c 	while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP &&
TOMOYO_MAX_GROUP 1931 security/tomoyo/common.c 	if (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP)
TOMOYO_MAX_GROUP 1933 security/tomoyo/common.c 	while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP
TOMOYO_MAX_GROUP 1936 security/tomoyo/common.c 			- TOMOYO_MAX_GROUP;
TOMOYO_MAX_GROUP  906 security/tomoyo/common.h 	struct list_head group_list[TOMOYO_MAX_GROUP];
TOMOYO_MAX_GROUP  562 security/tomoyo/gc.c 		for (i = 0; i < TOMOYO_MAX_GROUP; i++) {
TOMOYO_MAX_GROUP  104 security/tomoyo/memory.c 	if (!tomoyo_correct_word(group_name) || idx >= TOMOYO_MAX_GROUP)