Lines Matching refs:this
106 * this compiles fine with no warnings.
109 * this version will not work otherwise
111 * Sorry, I had to rewrite most of this for 2.5.x -DaveM
147 struct list_head *this, *tmp, *head;
151 list_for_each_safe(this, tmp, head) {
152 slave_t *slave = list_entry(this, slave_t, list);
209 /* XXX We should force this off automatically for the user. */
234 struct list_head *head, *tmp, *this;
239 list_for_each_safe(this, tmp, head) {
240 slave_t *s = list_entry(this, slave_t, list);
305 struct list_head *this, *tmp, *head;
312 list_for_each_safe(this, tmp, head) {
313 slave_t *slave = list_entry(this, slave_t, list);
370 struct list_head *this, *head;
373 list_for_each(this, head) {
374 slave_t *slave = list_entry(this, slave_t, list);