Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Deventpoll.c61 * and ep_free().
62 * This mutex is acquired by ep_free() during the epoll file
272 * This mutex is used to serialize ep_free() and eventpoll_release_file().
618 * ep_free).
813 static void ep_free(struct eventpoll *ep) in ep_free() function
870 ep_free(ep); in ep_eventpoll_release()
997 * The only hit might come from ep_free() but by holding the mutex in eventpoll_release_file()
1000 * from anywhere but ep_free(). in eventpoll_release_file()
1302 * ->whead != NULL protects us from the race with ep_free() in ep_poll_callback()
2120 ep_free(e in do_epoll_create()
[all...]
/kernel/linux/linux-6.6/fs/
H A Deventpoll.c705 static void ep_free(struct eventpoll *ep) in ep_free() function
826 ep_free(ep); in ep_clear_and_put()
970 ep_free(ep); in eventpoll_release_file()
1532 * ep_free() as the ep file itself still holds an ep reference. in ep_insert()

Completed in 6 milliseconds