Searched refs:_dst (Results 1 – 3 of 3) sorted by relevance
492 static inline void __memmove_u64s_up_small(void *_dst, const void *_src, in __memmove_u64s_up_small() argument495 u64 *dst = (u64 *) _dst + u64s; in __memmove_u64s_up_small()510 static inline void __memmove_u64s_up(void *_dst, const void *_src, in __memmove_u64s_up() argument513 u64 *dst = (u64 *) _dst + u64s - 1; in __memmove_u64s_up()735 static inline void memcpy_swab(void *_dst, void *_src, size_t len) in memcpy_swab() argument737 u8 *dst = _dst + len; in memcpy_swab()
984 struct bio **_dst) in bch2_write_extent() argument1187 *_dst = dst; in bch2_write_extent()
76 #define unsafe_copy_dirent_name(_dst, _src, _len, label) do { \ argument77 char __user *dst = (_dst); \
Completed in 21 milliseconds