Lines Matching refs:nests
233 /* tracks wakeup nests for lockdep validation */
234 u8 nests;
504 u8 nests = 0;
517 * wakeup chain then we use its nests value and record ours as
518 * nests + 1. The previous epoll file nests value is stable since its
524 nests = ep_src->nests;
526 nests = 1;
529 spin_lock_irqsave_nested(&ep->poll_wait.lock, flags, nests);
530 ep->nests = nests + 1;
532 ep->nests = 0;
1337 static int path_count_inc(int nests)
1340 if (nests == 0)
1343 if (++path_count[nests] > path_limits[nests])