Home
last modified time | relevance | path

Searched refs:nr_watches (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/sched/
A Duser.h31 atomic_t nr_watches; /* The number of watches this user currently has */ member
/linux/kernel/
A Dwatch_queue.c396 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