Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c897 static void ep_remove_safe(struct eventpoll *ep, struct epitem *epi) in ep_remove_safe()
926 * Note that ep_remove_safe() will not remove the epitem in case of a in ep_clear_and_put()
935 ep_remove_safe(ep, epi); in ep_clear_and_put()
1622 * ep_remove_safe() calls in the later error paths can't lead to in ep_insert()
1629 ep_remove_safe(ep, epi); in ep_insert()
1636 ep_remove_safe(ep, epi); in ep_insert()
1660 ep_remove_safe(ep, epi); in ep_insert()
2355 ep_remove_safe(ep, epi); in do_epoll_ctl()
893 static void ep_remove_safe(struct eventpoll *ep, struct epitem *epi) ep_remove_safe() function