函数逻辑报告 |
Source Code:fs\splice.c |
Create Date:2022-07-29 10:42:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Make sure there's data to read. Wait for input if we can, otherwise* return an appropriate error.
函数原型:static int ipipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pipe_inode_info * | pipe | |
unsigned int | flags |
1470 | 如果非pipe_empty - Return true if the pipe is empty*@head: The pipe ring head pointer*@tail: The pipe ring tail pointer则返回:0 |
1473 | ret等于0 |
1477 | 如果signal_pending(当前进程)则 |
1479 | 退出 |
1483 | 如果flags按位与don't block on the pipe splicing (but 则 |
1490 | pipe_unlock(pipe) |
1491 | 返回:ret |
名称 | 描述 |
---|---|
splice_pipe_to_pipe | |
do_tee | This is a tee(1) implementation that works on pipes. It doesn't copy* any data, it simply references the 'in' pages on the 'out' pipe.* The 'flags' used are the SPLICE_F_* variants, currently the only* applicable one is SPLICE_F_NONBLOCK. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |