Lines Matching refs:users
46 head->users++; in tomoyo_struct_used_by_io_buffer()
54 head->users--; in tomoyo_struct_used_by_io_buffer()
79 head->users++; in tomoyo_name_used_by_io_buffer()
91 head->users--; in tomoyo_name_used_by_io_buffer()
441 list)->users)) in tomoyo_try_to_gc()
522 if (!domain->is_deleted || atomic_read(&domain->users)) in tomoyo_collect_entry()
538 if (atomic_read(&ptr->users) > 0) in tomoyo_collect_entry()
540 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
563 atomic_read(&group->head.users) > 0) in tomoyo_collect_entry()
565 atomic_set(&group->head.users, in tomoyo_collect_entry()
577 if (atomic_read(&ptr->users) > 0) in tomoyo_collect_entry()
579 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
607 if (head->users) in tomoyo_gc_thread()
636 head->users = 1; in tomoyo_notify_gc()
640 if (!--head->users) { in tomoyo_notify_gc()