Function report | 
Source Code:kernel\compat.c | 
Create Date:2022-07-28 11:05:35 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:compat_put_timespec
Proto:int compat_put_timespec(const struct timespec *ts, void __user *uts)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const struct timespec * | ts | |
| void __user * | uts | 
| 86 | If COMPAT_USE_64BIT_TIME Then Return If copy_to_user(uts, ts, size of ts ) Then -EFAULT Else 0 | 
| 88 | Else Return __compat_put_timespec(ts, uts) | 
| 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  |