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
145 struct list_head *this, *tmp, *head;
149 list_for_each_safe(this, tmp, head) {
150 slave_t *slave = list_entry(this, slave_t, list);
207 /* XXX We should force this off automatically for the user. */
232 struct list_head *head, *tmp, *this;
237 list_for_each_safe(this, tmp, head) {
238 slave_t *s = list_entry(this, slave_t, list);
299 struct list_head *this, *tmp, *head;
306 list_for_each_safe(this, tmp, head) {
307 slave_t *slave = list_entry(this, slave_t, list);
364 struct list_head *this, *head;
367 list_for_each(this, head) {
368 slave_t *slave = list_entry(this, slave_t, list);