Home
last modified time | relevance | path

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

/include/linux/
Dfault-inject-usercopy.h14 bool should_fail_usercopy(void);
18 static inline bool should_fail_usercopy(void) { return false; } in should_fail_usercopy() function
Duaccess.h108 if (should_fail_usercopy()) in __copy_from_user()
132 if (should_fail_usercopy()) in __copy_to_user_inatomic()
143 if (should_fail_usercopy()) in __copy_to_user()
163 if (should_fail_usercopy()) in _inline_copy_from_user()
193 if (should_fail_usercopy()) in _inline_copy_to_user()