Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Deventpoll.c229 /* tracks wakeup nests for lockdep validation */
230 u8 nests; member
556 u8 nests = 0; in ep_poll_safewake() local
569 * wakeup chain then we use its nests value and record ours as in ep_poll_safewake()
570 * nests + 1. The previous epoll file nests value is stable since its in ep_poll_safewake()
576 nests = ep_src->nests; in ep_poll_safewake()
578 nests = 1; in ep_poll_safewake()
581 spin_lock_irqsave_nested(&ep->poll_wait.lock, flags, nests); in ep_poll_safewake()
1377 path_count_inc(int nests) path_count_inc() argument
[all...]
/kernel/linux/linux-6.6/fs/
H A Deventpoll.c233 /* tracks wakeup nests for lockdep validation */
234 u8 nests; member
504 u8 nests = 0; in ep_poll_safewake() local
517 * wakeup chain then we use its nests value and record ours as in ep_poll_safewake()
518 * nests + 1. The previous epoll file nests value is stable since its in ep_poll_safewake()
524 nests = ep_src->nests; in ep_poll_safewake()
526 nests = 1; in ep_poll_safewake()
529 spin_lock_irqsave_nested(&ep->poll_wait.lock, flags, nests); in ep_poll_safewake()
1337 path_count_inc(int nests) path_count_inc() argument
[all...]

Completed in 4 milliseconds