Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dstrncpy_from_user.c14 #define IS_UNALIGNED(src, dst) 0 macro
16 #define IS_UNALIGNED(src, dst) \ macro
38 if (IS_UNALIGNED(src, dst)) in do_strncpy_from_user()