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

/linux-master/security/tomoyo/
H A Dmemory.c114 atomic_read(&group->head.users) == TOMOYO_GC_IN_PROGRESS)
168 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS)
H A Dgc.c494 member->is_deleted = TOMOYO_GC_IN_PROGRESS;
514 acl->is_deleted = TOMOYO_GC_IN_PROGRESS;
557 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS);
584 TOMOYO_GC_IN_PROGRESS);
598 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS);
H A Ddomain.c46 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS)
125 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS)
H A Dcondition.c420 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS)
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 97 milliseconds