Function report | 
Source Code:kernel\module.c | 
Create Date:2022-07-28 10:58:41 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:copy_chunked_from_user
Proto:static int copy_chunked_from_user(void *dst, const void __user *usrc, unsigned long len)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| void * | dst | |
| const void __user * | usrc | |
| unsigned long | len | 
| 2930 | Do | 
| 2931 | n = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(len, COPY_CHUNK_SIZE) | 
| 2933 | If copy_from_user(dst, usrc, n) != 0 Then Return -EFAULT | 
| 2935 | cond_resched() | 
| 2940 | Return 0 | 
| Name | Describe | 
|---|---|
| copy_module_from_user | Sets info->hdr and info->len. | 
| 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  |