Function report |
Source Code:kernel\fork.c |
Create Date:2022-07-28 08:58:52 |
Last Modify:2020-03-17 11:04:53 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lone3 - create a new process with specific properties*@uargs: argument structure*@size: size of @uargs* clone3() is the extensible successor to clone()/clone2().* It takes a struct as argument that is versioned by its size.
Proto:SYSCALL_DEFINE2(clone3, struct clone_args __user *, uargs, size_t, size)
Type:
Parameter:Nothing
2722 | err = copy_clone_args_from_user( & kargs, uargs, size) |
2726 | If Not clone3_args_valid( & kargs) Then Return -EINVAL |
2729 | Return fork routine |
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 |