Searched refs:s_copy (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | flash.c | 231 size_t mod, s_copy, len_chunk = 0; in handle_image() local 282 s_copy = CXL_AI_BUFFER_SIZE; in handle_image() 287 s_copy = CXL_AI_BUFFER_SIZE - CXL_AI_HEADER_SIZE; in handle_image() 291 s_copy = mod; in handle_image() 294 if (copy_from_user(dest, from, s_copy)) in handle_image() 302 from += s_copy; in handle_image()
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | flash.c | 232 size_t mod, s_copy, len_chunk = 0; in handle_image() local 283 s_copy = CXL_AI_BUFFER_SIZE; in handle_image() 288 s_copy = CXL_AI_BUFFER_SIZE - CXL_AI_HEADER_SIZE; in handle_image() 292 s_copy = mod; in handle_image() 295 if (copy_from_user(dest, from, s_copy)) in handle_image() 303 from += s_copy; in handle_image()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
H A D | configfs.c | 102 static int usb_string_copy(const char *s, char **s_copy) in usb_string_copy() argument 106 char *copy = *s_copy; in usb_string_copy() 124 *s_copy = str; in usb_string_copy()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/ |
H A D | configfs.c | 113 static int usb_string_copy(const char *s, char **s_copy) in usb_string_copy() argument 117 char *copy = *s_copy; in usb_string_copy() 132 *s_copy = str; in usb_string_copy()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | xattr.c | 1871 struct ext4_xattr_search s_copy = bs->s; in ext4_xattr_block_set() local 1872 struct ext4_xattr_search *s = &s_copy; in ext4_xattr_block_set()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | xattr.c | 1925 struct ext4_xattr_search s_copy = bs->s; in ext4_xattr_block_set() local 1926 struct ext4_xattr_search *s = &s_copy; in ext4_xattr_block_set()
|
Completed in 15 milliseconds