Home
last modified time | relevance | path

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

/include/linux/
Duaccess.h284 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user() argument
287 size_t size = min(ksize, usize); in copy_struct_from_user()
288 size_t rest = max(ksize, usize) - size; in copy_struct_from_user()
291 if (usize < ksize) { in copy_struct_from_user()
293 } else if (usize > ksize) { in copy_struct_from_user()
Dslab.h192 size_t ksize(const void *);