Function report |
Source Code:kernel\fork.c |
Create Date:2022-07-28 08:58:50 |
| Last Modify:2020-03-17 11:04:53 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lone3_stack_valid - check and prepare stack*@kargs: kernel clone args* Verify that the stack arguments userspace gave us are sane.* In addition, set the stack direction for userspace since it's easy for us to* determine.
Proto:static inline bool clone3_stack_valid(struct kernel_clone_args *kargs)
Type:bool
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct kernel_clone_args * | kargs |
| 2657 | If stack == 0 Then |
| 2658 | If stack_size > 0 Then Return false |
| 2660 | Else |
| 2661 | If stack_size == 0 Then Return false |
| 2668 | stack += stack_size |
| 2672 | Return true |
| Name | Describe |
|---|---|
| clone3_args_valid |
| 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 |