Lines Matching full:users
32 * tomoyo_struct_used_by_io_buffer - Check whether the list element is used by /sys/kernel/security/tomoyo/ users or not.
36 * Returns true if @element is used by /sys/kernel/security/tomoyo/ users,
46 head->users++;
54 head->users--;
63 * tomoyo_name_used_by_io_buffer - Check whether the string is used by /sys/kernel/security/tomoyo/ users or not.
67 * Returns true if @string is used by /sys/kernel/security/tomoyo/ users,
80 head->users++;
93 head->users--;
393 * list element became no longer referenced by syscall users.
399 * However, there are two users which may still be using the list
400 * element. We need to defer until both users forget this element.
453 list)->users))
540 if (!domain->is_deleted || atomic_read(&domain->users))
557 if (atomic_read(&ptr->users) > 0)
559 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS);
583 atomic_read(&group->head.users) > 0)
585 atomic_set(&group->head.users,
598 if (atomic_read(&ptr->users) > 0)
600 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS);
629 if (head->users)
632 /* Safe destruction because no users are left. */
648 * tomoyo_notify_gc - Register/unregister /sys/kernel/security/tomoyo/ users.
661 head->users = 1;
669 if (!--head->users) {
671 /* Safe destruction because no users are left. */