Searched defs:strlen_user (Results 1 - 15 of 15) sorted by relevance

/arch/um/include/asm/
H A Duaccess.h110 * strlen_user: - Get the size of a string in user space.
170 #define strlen_user(str) strnlen_user(str, ~0U >> 1) macro
/arch/avr32/include/asm/
H A Duaccess.h317 #define strlen_user(s) strnlen_user(s, ~0UL >> 1) macro
/arch/frv/include/asm/
H A Duaccess.h315 #define strlen_user(str) strnlen_user(str, 32767) macro
/arch/m68k/include/asm/
H A Duaccess_no.h166 #define strlen_user(str) strnlen_user(str, 32767) macro
/arch/blackfin/include/asm/
H A Duaccess.h231 static inline long __must_check strlen_user(const char __user *src) function
/arch/cris/include/asm/
H A Duaccess.h400 #define strlen_user(str) strnlen_user((str), 0x7ffffffe) macro
/arch/ia64/include/asm/
H A Duaccess.h318 #define strlen_user(str) \ macro
/arch/m32r/include/asm/
H A Duaccess.h677 * strlen_user: - Get the size of a string in user space.
690 #define strlen_user(str) strnlen_user(str, ~0UL >> 1) macro
/arch/metag/include/asm/
H A Duaccess.h193 #define strlen_user(str) strnlen_user(str, 32767) macro
/arch/mn10300/include/asm/
H A Duaccess.h491 #define strlen_user(str) strnlen_user(str, ~0UL >> 1) macro
/arch/parisc/include/asm/
H A Duaccess.h222 #define strlen_user(str) lstrnlen_user(str, 0x7fffffffL) macro
/arch/s390/include/asm/
H A Duaccess.h348 * strlen_user: - Get the size of a string in user space.
361 #define strlen_user(str) strnlen_user(str, ~0UL) macro
/arch/score/include/asm/
H A Duaccess.h402 static inline long strlen_user(const char __user *src) function
/arch/tile/include/asm/
H A Duaccess.h466 * strlen_user: - Get the size of a string in user space.
485 #define strlen_user(str) strnlen_user(str, LONG_MAX) macro
/arch/mips/include/asm/
H A Duaccess.h1356 * strlen_user: - Get the size of a string in user space.
1369 static inline long strlen_user(const char __user *s) function

Completed in 1264 milliseconds