Home
last modified time | relevance | path

Searched refs:usize (Results 1 – 2 of 2) sorted by relevance

/security/
A Dlsm_syscalls.c100 u32 usize; in SYSCALL_DEFINE3() local
106 if (get_user(usize, size)) in SYSCALL_DEFINE3()
112 if (usize < total_size) in SYSCALL_DEFINE3()
/security/landlock/
A Dsyscalls.c66 const size_t usize) in copy_min_struct_from_user() argument
76 if (usize < ksize_min) in copy_min_struct_from_user()
78 if (usize > PAGE_SIZE) in copy_min_struct_from_user()
82 return copy_struct_from_user(dst, ksize, src, usize); in copy_min_struct_from_user()

Completed in 4 milliseconds