nuttx/fs/vfs
wangbowen6 25bfd437fe fs_epoll: support extend the epoll dynamicly.
1. epoll_ctl(EPOLL_CTL_ADD) support extend the epoll
   events dynamicly;
2. enhance the epoll performance by moving some poll setup
   and teardown process to the EPOLL_CTL_ADD/DEL/MOD;

Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
2022-11-22 21:08:56 +08:00
..
fs_chstat.c
fs_close.c
fs_dir.c
fs_dup2.c
fs_dup.c fs/vfs: Let caller control whether add the reference count of inode in file_allocate 2022-10-28 10:12:08 +02:00
fs_epoll.c fs_epoll: support extend the epoll dynamicly. 2022-11-22 21:08:56 +08:00
fs_eventfd.c Call nxsem_destroy or nxmutex_destry in the error path 2022-10-30 13:56:52 +01:00
fs_fchstat.c
fs_fcntl.c fs: Remove the unused nx_fcntl to prefer file_fcntl for kernel 2022-10-27 23:14:25 +02:00
fs_fdopen.c
fs_fstat.c
fs_fstatfs.c
fs_fsync.c
fs_ioctl.c
fs_lseek.c
fs_mkdir.c
fs_open.c fs/vfs: Let caller control whether add the reference count of inode in file_allocate 2022-10-28 10:12:08 +02:00
fs_poll.c fs_epoll: support extend the epoll dynamicly. 2022-11-22 21:08:56 +08:00
fs_pread.c
fs_pwrite.c
fs_read.c
fs_readlink.c
fs_rename.c
fs_rmdir.c
fs_select.c fs: Remove the unused nx_poll to prefer file_poll for kernel 2022-10-27 23:14:25 +02:00
fs_sendfile.c
fs_stat.c sched/mqueue: make mqueue and mqueue sysv can disable separately 2022-11-16 20:03:40 +08:00
fs_statfs.c
fs_symlink.c
fs_timerfd.c Call nxsem_destroy or nxmutex_destry in the error path 2022-10-30 13:56:52 +01:00
fs_truncate.c
fs_unlink.c
fs_write.c
Kconfig
Make.defs