Function report |
Source Code:kernel\time\itimer.c |
Create Date:2022-07-28 10:49:17 |
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_itimerval32
Proto:static int get_old_itimerval32(struct itimerspec64 *o, const struct old_itimerval32 __user *i)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct itimerspec64 * | o | |
const struct old_itimerval32 __user * | i |
367 | If copy_from_user( & v32, i, sizeof(structold_itimerval32)) Then Return -EFAULT |
371 | If Not Returns true if the timeval is in canonical form( & it_value) || Not Returns true if the timeval is in canonical form( & it_interval) Then Return -EINVAL |
376 | nanoseconds = tv_usec * NSEC_PER_USEC |
378 | nanoseconds = tv_usec * NSEC_PER_USEC |
379 | Return 0 |
Name | Describe |
---|---|
COMPAT_SYSCALL_DEFINE3 |
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 |