Home
last modified time | relevance | path

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

/Linux-v6.1/security/tomoyo/
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()
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()
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()
Dcommon.h60 #define TOMOYO_GC_IN_PROGRESS -1 macro
Dcondition.c420 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_commit_condition()