Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/epoll/
H A Dfs_epoll.c42 struct epoll_head { struct
58 STATIC struct epoll_head *g_epPrivBuf[MAX_EPOLL_FD];
67 static int EpollAllocSysFd(int maxfdp, struct epoll_head *head) in EpollAllocSysFd()
115 * @return point to epoll_head
117 static struct epoll_head *EpollGetDataBuff(int fd) in EpollGetDataBuff()
135 static int CheckFdExist(struct epoll_head *epHead, int fd) in CheckFdExist()
153 static VOID DoEpollClose(struct epoll_head *epHead) in DoEpollClose()
184 struct epoll_head *epHead = (struct epoll_head *)malloc(sizeof(struct epoll_head)); in epoll_create1()
[all...]

Completed in 1 milliseconds