os_set_fd_async
extern int os_set_fd_async(int fd);
err = os_set_fd_async(fd);
int err = os_set_fd_async(entry->fd);
EXPORT_SYMBOL(os_set_fd_async);