Lines Matching full:variable
106 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
115 * get_user: - Get a simple variable from user space.
116 * @x: Variable to store result.
121 * This macro copies a single simple variable from user space to kernel
125 * @ptr must have pointer-to-simple-variable type, and the result of
129 * On error, the variable @x is set to zero.
145 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
157 * __get_user: - Get a simple variable from user space, with less checking.
158 * @x: Variable to store result.
163 * This macro copies a single simple variable from user space to kernel
167 * @ptr must have pointer-to-simple-variable type, and the result of
174 * On error, the variable @x is set to zero.