Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/sched/
Duser.h40 atomic_t nr_watches; /* The number of watches this user currently has */ member
/Linux-v5.10/kernel/
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()