Lines Matching refs:nests
229 /* tracks wakeup nests for lockdep validation */
230 u8 nests;
556 u8 nests = 0;
569 * wakeup chain then we use its nests value and record ours as
570 * nests + 1. The previous epoll file nests value is stable since its
576 nests = ep_src->nests;
578 nests = 1;
581 spin_lock_irqsave_nested(&ep->poll_wait.lock, flags, nests);
582 ep->nests = nests + 1;
584 ep->nests = 0;
1377 static int path_count_inc(int nests)
1380 if (nests == 0)
1383 if (++path_count[nests] > path_limits[nests])