Lines Matching refs:users
47 head->users++; in tomoyo_struct_used_by_io_buffer()
55 head->users--; in tomoyo_struct_used_by_io_buffer()
80 head->users++; in tomoyo_name_used_by_io_buffer()
92 head->users--; in tomoyo_name_used_by_io_buffer()
442 list)->users)) in tomoyo_try_to_gc()
523 if (!domain->is_deleted || atomic_read(&domain->users)) in tomoyo_collect_entry()
539 if (atomic_read(&ptr->users) > 0) in tomoyo_collect_entry()
541 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
564 atomic_read(&group->head.users) > 0) in tomoyo_collect_entry()
566 atomic_set(&group->head.users, in tomoyo_collect_entry()
578 if (atomic_read(&ptr->users) > 0) in tomoyo_collect_entry()
580 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); in tomoyo_collect_entry()
608 if (head->users) in tomoyo_gc_thread()
637 head->users = 1; in tomoyo_notify_gc()
641 if (!--head->users) { in tomoyo_notify_gc()