Lines Matching full:variable
70 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
78 * get_user: - Get a simple variable from user space.
79 * @x: Variable to store result.
84 * This macro copies a single simple variable from user space to kernel
88 * @ptr must have pointer-to-simple-variable type, and the result of
92 * On error, the variable @x is set to zero.
107 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
118 * __get_user: - Get a simple variable from user space, with less checking.
119 * @x: Variable to store result.
124 * This macro copies a single simple variable from user space to kernel
128 * @ptr must have pointer-to-simple-variable type, and the result of
135 * On error, the variable @x is set to zero.