Searched refs:nr_watches (Results 1 – 2 of 2) sorted by relevance
31 atomic_t nr_watches; /* The number of watches this user currently has */ member
396 atomic_dec(&watch->cred->user->nr_watches); in free_watch()456 if (atomic_inc_return(&watch->cred->user->nr_watches) > in add_watch_to_object()458 atomic_dec(&watch->cred->user->nr_watches); in add_watch_to_object()
Completed in 6 milliseconds