Lines Matching refs:this_arg
77 * The iterator's @this_arg member points to the start of the argument
88 * You must take care when dereferencing iterator.this_arg
90 * get_unaligned((type *)iterator.this_arg) to dereference
91 * iterator.this_arg for type "type" safely on all arches.
158 iterator->this_arg = iterator->_arg;
198 * in @this_arg_index and sets @this_arg to point to the
200 * present fields. @this_arg can be changed by the caller (eg,
206 * You must take care when dereferencing iterator.this_arg
208 * get_unaligned((type *)iterator.this_arg) to dereference
209 * iterator.this_arg for type "type" safely on all arches.
303 iterator->this_arg = iterator->_arg;