Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dgc.c481 member->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_member()
500 acl->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_acl()
540 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
566 TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
579 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
Dmemory.c110 atomic_read(&group->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_get_group()
163 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_get_name()
Ddomain.c42 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_policy()
120 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_domain()
Dcommon.h56 #define TOMOYO_GC_IN_PROGRESS -1 macro
Dcondition.c405 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS) in tomoyo_commit_condition()