Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c355 for (idx = 0; idx < TOMOYO_MAX_POLICY; idx++) in tomoyo_init_policy_namespace()
1923 while (head->r.step < TOMOYO_MAX_POLICY && in tomoyo_read_exception()
1926 if (head->r.step < TOMOYO_MAX_POLICY) in tomoyo_read_exception()
1928 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP && in tomoyo_read_exception()
1929 tomoyo_read_group(head, head->r.step - TOMOYO_MAX_POLICY)) in tomoyo_read_exception()
1931 if (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP) in tomoyo_read_exception()
1933 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP in tomoyo_read_exception()
1935 head->r.acl_group_index = head->r.step - TOMOYO_MAX_POLICY in tomoyo_read_exception()
H A Dgc.c456 case TOMOYO_MAX_POLICY: in tomoyo_try_to_gc()
544 for (id = 0; id < TOMOYO_MAX_POLICY; id++) in tomoyo_collect_entry()
H A Dcommon.h172 TOMOYO_MAX_POLICY enumerator
908 struct list_head policy_list[TOMOYO_MAX_POLICY];
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c347 for (idx = 0; idx < TOMOYO_MAX_POLICY; idx++) in tomoyo_init_policy_namespace()
1915 while (head->r.step < TOMOYO_MAX_POLICY && in tomoyo_read_exception()
1918 if (head->r.step < TOMOYO_MAX_POLICY) in tomoyo_read_exception()
1920 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP && in tomoyo_read_exception()
1921 tomoyo_read_group(head, head->r.step - TOMOYO_MAX_POLICY)) in tomoyo_read_exception()
1923 if (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP) in tomoyo_read_exception()
1925 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP in tomoyo_read_exception()
1927 head->r.acl_group_index = head->r.step - TOMOYO_MAX_POLICY in tomoyo_read_exception()
H A Dgc.c456 case TOMOYO_MAX_POLICY: in tomoyo_try_to_gc()
544 for (id = 0; id < TOMOYO_MAX_POLICY; id++) in tomoyo_collect_entry()
H A Dcommon.h172 TOMOYO_MAX_POLICY enumerator
908 struct list_head policy_list[TOMOYO_MAX_POLICY];

Completed in 14 milliseconds