Function report |
Source Code:kernel\time\time.c |
Create Date:2022-07-28 10:38:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_old_timespec32
Proto:int get_old_timespec32(struct timespec64 *ts, const void __user *uts)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct timespec64 * | ts | |
const void __user * | uts |
935 | If COMPAT_USE_64BIT_TIME Then Return If copy_from_user(ts, uts, size of ts ) Then -EFAULT Else 0 |
937 | Else Return __get_old_timespec32(ts, uts) |
Name | Describe |
---|---|
do_compat_pselect |
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 |