Home
last modified time | relevance | path

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

/fs/
Deventpoll.c233 u8 nests; member
559 u8 nests = 0; in ep_poll_safewake() local
579 nests = ep_src->nests; in ep_poll_safewake()
581 nests = 1; in ep_poll_safewake()
584 spin_lock_irqsave_nested(&ep->poll_wait.lock, flags, nests); in ep_poll_safewake()
585 ep->nests = nests + 1; in ep_poll_safewake()
587 ep->nests = 0; in ep_poll_safewake()
1380 static int path_count_inc(int nests) in path_count_inc() argument
1383 if (nests == 0) in path_count_inc()
1386 if (++path_count[nests] > path_limits[nests]) in path_count_inc()