Home
last modified time | relevance | path

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

/fs/
Deventpoll.c236 u8 nests; member
506 u8 nests = 0; in ep_poll_safewake() local
526 nests = ep_src->nests; in ep_poll_safewake()
528 nests = 1; in ep_poll_safewake()
531 spin_lock_irqsave_nested(&ep->poll_wait.lock, flags, nests); in ep_poll_safewake()
532 ep->nests = nests + 1; in ep_poll_safewake()
534 ep->nests = 0; in ep_poll_safewake()
1347 static int path_count_inc(int nests) in path_count_inc() argument
1350 if (nests == 0) in path_count_inc()
1353 if (++path_count[nests] > path_limits[nests]) in path_count_inc()