Function report |
Source Code:kernel\kexec.c |
Create Date:2022-07-28 11:03:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:COMPAT_SYSCALL_DEFINE4
Proto:COMPAT_SYSCALL_DEFINE4(kexec_load, compat_ulong_t, entry, compat_ulong_t, nr_segments, struct compat_kexec_segment __user *, segments, compat_ulong_t, flags)
Type:
Parameter:Nothing
281 | If (prefix, newline flags & KEXEC_ARCH_MASK) == These values match the ELF architecture values.* Unless there is a good reason that should continue to be the case. Then Return -EINVAL |
284 | ksegments = compat_alloc_user_space(nr_segments * size of out ) |
285 | When i < nr_segments cycle |
308 | If Not mutex_trylock - try to acquire the mutex, without waiting*@lock: the mutex to be acquired* Try to acquire the mutex atomically Then Return -EBUSY |
315 | Return result |
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 |