Function report |
Source Code:fs\pipe.c |
Create Date:2022-07-28 20:04:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pipe_release
Proto:static int pipe_release(struct inode *inode, struct file *file)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
struct file * | file |
702 | __pipe_lock(pipe) |
703 | If f_mode & le is open for reading Then readers-- |
705 | If f_mode & le is open for writing Then writers-- |
709 | wake_up_interruptible_sync_poll( & wait, Epoll event masks | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM | EPOLLERR | EPOLLHUP) |
713 | __pipe_unlock(pipe) |
715 | put_pipe_info(inode, pipe) |
716 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |