Home
last modified time | relevance | path

Searched refs:TOMOYO_GC_IN_PROGRESS (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dgc.c482 member->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_member()
501 acl->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_acl()
541 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
567 TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
580 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
Dmemory.c111 atomic_read(&group->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_get_group()
164 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_get_name()
Ddomain.c45 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_policy()
123 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_domain()
Dcommon.h57 #define TOMOYO_GC_IN_PROGRESS -1 macro
Dcondition.c406 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_commit_condition()