Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dfault-inject-usercopy.h14 bool should_fail_usercopy(void);
18 static inline bool should_fail_usercopy(void) { return false; } in should_fail_usercopy() function
H A Duaccess.h110 if (should_fail_usercopy()) in __copy_from_user()
133 if (should_fail_usercopy()) in __copy_to_user_inatomic()
144 if (should_fail_usercopy()) in __copy_to_user()
157 if (!should_fail_usercopy() && likely(access_ok(from, n))) { in _copy_from_user()
175 if (should_fail_usercopy()) in _copy_to_user()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dfault-inject-usercopy.h14 bool should_fail_usercopy(void);
18 static inline bool should_fail_usercopy(void) { return false; } in should_fail_usercopy() function
H A Duaccess.h110 if (should_fail_usercopy()) in __copy_from_user()
133 if (should_fail_usercopy()) in __copy_to_user_inatomic()
144 if (should_fail_usercopy()) in __copy_to_user()
157 if (!should_fail_usercopy() && likely(access_ok(from, n))) { in _copy_from_user()
175 if (should_fail_usercopy()) in _copy_to_user()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dfault-inject-usercopy.h14 bool should_fail_usercopy(void);
18 static inline bool should_fail_usercopy(void) { return false; } in should_fail_usercopy() function
H A Duaccess.h110 if (should_fail_usercopy()) in __copy_from_user()
133 if (should_fail_usercopy()) in __copy_to_user_inatomic()
144 if (should_fail_usercopy()) in __copy_to_user()
157 if (!should_fail_usercopy() && likely(access_ok(from, n))) { in _copy_from_user()
175 if (should_fail_usercopy()) in _copy_to_user()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dfault-inject-usercopy.c35 bool should_fail_usercopy(void) in should_fail_usercopy() function
39 EXPORT_SYMBOL_GPL(should_fail_usercopy);
H A Dusercopy.c14 if (!should_fail_usercopy() && likely(access_ok(from, n))) { in _copy_from_user()
29 if (should_fail_usercopy()) in _copy_to_user()
H A Dstrncpy_from_user.c118 if (should_fail_usercopy()) in strncpy_from_user()
H A Diov_iter.c186 if (should_fail_usercopy()) in copyout()
197 if (should_fail_usercopy()) in copyin()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dfault-inject-usercopy.c35 bool should_fail_usercopy(void) in should_fail_usercopy() function
39 EXPORT_SYMBOL_GPL(should_fail_usercopy);
H A Dusercopy.c14 if (!should_fail_usercopy() && likely(access_ok(from, n))) { in _copy_from_user()
29 if (should_fail_usercopy()) in _copy_to_user()
H A Dstrncpy_from_user.c118 if (should_fail_usercopy()) in strncpy_from_user()
H A Diov_iter.c186 if (should_fail_usercopy()) in copyout()
197 if (should_fail_usercopy()) in copyin()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dfault-inject-usercopy.c35 bool should_fail_usercopy(void) in should_fail_usercopy() function
39 EXPORT_SYMBOL_GPL(should_fail_usercopy);
H A Dusercopy.c14 if (!should_fail_usercopy() && likely(access_ok(from, n))) { in _copy_from_user()
29 if (should_fail_usercopy()) in _copy_to_user()
H A Dstrncpy_from_user.c118 if (should_fail_usercopy()) in strncpy_from_user()
H A Diov_iter.c186 if (should_fail_usercopy()) in copyout()
197 if (should_fail_usercopy()) in copyin()