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

/linux-master/include/linux/sched/
H A Duser.h32 atomic_t nr_watches; /* The number of watches this user currently has */ member in struct:user_struct
/linux-master/kernel/
H A Dwatch_queue.c419 atomic_dec(&watch->cred->user->nr_watches);
466 if (atomic_inc_return(&cred->user->nr_watches) > task_rlimit(current, RLIMIT_NOFILE)) {
467 atomic_dec(&cred->user->nr_watches);

Completed in 204 milliseconds