Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c2085 struct eventpoll *ep_tovisit; in ep_loop_check_proc() local
2086 ep_tovisit = epi->ffd.file->private_data; in ep_loop_check_proc()
2087 if (ep_tovisit == inserting_into || depth > EP_MAX_NESTS) in ep_loop_check_proc()
2090 result = max(result, ep_loop_check_proc(ep_tovisit, depth + 1) + 1); in ep_loop_check_proc()