Home
last modified time | relevance | path

Searched refs:TOMOYO_GC_IN_PROGRESS (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dgc.c494 member->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_member()
514 acl->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_acl()
557 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
584 TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
598 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
H A Dmemory.c114 atomic_read(&group->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_get_group()
168 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_get_name()
H A Ddomain.c46 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_policy()
125 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_domain()
H A Dcommon.h60 #define TOMOYO_GC_IN_PROGRESS -1 macro
408 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */
675 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */
H A Dcondition.c420 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_commit_condition()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dgc.c494 member->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_member()
514 acl->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_acl()
557 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
584 TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
598 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
H A Dmemory.c114 atomic_read(&group->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_get_group()
168 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_get_name()
H A Ddomain.c46 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_policy()
125 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_domain()
H A Dcondition.c420 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_commit_condition()
H A Dcommon.h60 #define TOMOYO_GC_IN_PROGRESS -1 macro
408 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */
675 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */

Completed in 12 milliseconds