Searched refs:KERNEL_RVAL (Results 1 – 1 of 1) sorted by relevance
87 #define put_user(KERNEL_RVAL, USER_PTR) ({ \ argument88 const typeof(*(USER_PTR)) __put_user_tmp = (KERNEL_RVAL); \98 #define unsafe_put_user(KERNEL_RVAL, USER_PTR, LABEL) do { \ argument99 if (__put_user(KERNEL_RVAL, USER_PTR)) \