Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sched/
A Duser.h32 atomic_t nr_watches; /* The number of watches this user currently has */ member
/linux-6.3-rc2/kernel/
A Dwatch_queue.c423 atomic_dec(&watch->cred->user->nr_watches); in free_watch()
470 if (atomic_inc_return(&cred->user->nr_watches) > task_rlimit(current, RLIMIT_NOFILE)) { in add_one_watch()
471 atomic_dec(&cred->user->nr_watches); in add_one_watch()

Completed in 5 milliseconds