Function report |
Source Code:lib\iov_iter.c |
Create Date:2022-07-28 06:21:12 |
Last Modify:2022-05-21 11:43:54 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:copy_pipe_to_iter
Proto:static size_t copy_pipe_to_iter(const void *addr, size_t bytes, struct iov_iter *i)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | addr | |
size_t | bytes | |
struct iov_iter * | i |
563 | If Value for the false possibility is greater at compile time(!n) Then Return 0 |
565 | Do |
566 | chunk = min_t - return minimum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(size_t, n, PAGE_SIZE - off) |
567 | memcpy_to_page(page, off, addr, chunk) |
569 | iov_offset = off + chunk |
572 | off = 0 |
573 | i_head++ |
576 | Return bytes |
Name | Describe |
---|---|
_copy_to_iter |
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 |