Lines Matching full:variable
28 * get_user: - Get a simple variable from user space.
29 * @x: Variable to store result.
35 * This macro copies a single simple variable from user space to kernel
39 * @ptr must have pointer-to-simple-variable type, and the result of
43 * On error, the variable @x is set to zero.
66 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
80 * __get_user: - Get a simple variable from user space, with less checking.
81 * @x: Variable to store result.
87 * This macro copies a single simple variable from user space to kernel
91 * @ptr must have pointer-to-simple-variable type, and the result of
98 * On error, the variable @x is set to zero.
121 * @ptr must have pointer-to-simple-variable type, and @x must be assignable