Searched refs:usize (Results 1 – 2 of 2) sorted by relevance
100 u32 usize; in SYSCALL_DEFINE3() local106 if (get_user(usize, size)) in SYSCALL_DEFINE3()112 if (usize < total_size) in SYSCALL_DEFINE3()
66 const size_t usize) in copy_min_struct_from_user() argument76 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