Lines Matching refs:users
47 head->users++; in tomoyo_struct_used_by_io_buffer()
55 head->users--; in tomoyo_struct_used_by_io_buffer()
81 head->users++; in tomoyo_name_used_by_io_buffer()
94 head->users--; in tomoyo_name_used_by_io_buffer()
453 list)->users)) in tomoyo_try_to_gc()
538 if (!domain->is_deleted || atomic_read(&domain->users)) in tomoyo_collect_entry()
555 if (atomic_read(&ptr->users) > 0) in tomoyo_collect_entry()
557 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
581 atomic_read(&group->head.users) > 0) in tomoyo_collect_entry()
583 atomic_set(&group->head.users, in tomoyo_collect_entry()
596 if (atomic_read(&ptr->users) > 0) in tomoyo_collect_entry()
598 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
627 if (head->users) in tomoyo_gc_thread()
656 head->users = 1; in tomoyo_notify_gc()
660 if (!--head->users) { in tomoyo_notify_gc()