Searched refs:rest (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
A D | uaccess.h | 388 size_t rest = max(ksize, usize) - size; in copy_struct_from_user() local 396 memset(dst + size, 0, rest); in copy_struct_from_user() 398 int ret = check_zeroed_user(src + size, rest); in copy_struct_from_user() 485 size_t rest = max(ksize, usize) - size; in copy_struct_to_user() local 493 if (clear_user(dst + size, rest)) in copy_struct_to_user() 498 memchr_inv(src + size, 0, rest) != NULL; in copy_struct_to_user()
|
A D | sockptr.h | 91 size_t rest = max(ksize, usize) - size; in copy_struct_from_sockptr() local 97 memset(dst + size, 0, rest); in copy_struct_from_sockptr() 101 while (rest--) { in copy_struct_from_sockptr()
|
/include/net/libeth/ |
A D | xsk.h | 398 rest: in __libeth_xsk_run_prog() 403 goto rest; in __libeth_xsk_run_prog()
|
Completed in 15 milliseconds