Lines Matching refs:list
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
48 struct futex_robust_list list;
55 struct futex_robust_list list;
104 d->rhead.list.next = &d->rhead.list;
106 offsetof(struct futex_lock_pos, list);
120 pos_locks[i].list.next = d->rhead.list.next;
121 d->rhead.list.next = &pos_locks[i].list;
125 d->rhead.pending_list = &pos_locks[i].list;
136 d->rhead.list.next = &d->rhead.list;
138 offsetof(struct futex_lock_neg, list);
152 neg_locks[i].list.next = d->rhead.list.next;
153 d->rhead.list.next = &neg_locks[i].list;
157 d->rhead.pending_list = &neg_locks[i].list;
167 d->rhead.list.next = &d->rhead.list;
169 offsetof(struct futex_lock_pos, list);
191 d->rhead.list.next = &d->rhead.list;
193 offsetof(struct futex_lock_pos, list);
207 pos_locks[i].list.next = d->rhead.list.next;
208 d->rhead.list.next = &pos_locks[i].list;
212 pos_locks[0].list.next = pos_locks[NLOCKS-1].list.next;
223 d->rhead.list.next = &d->rhead.list;
225 offsetof(struct futex_lock_pos, list);
239 pos_locks[i].list.next = d->rhead.list.next;
240 d->rhead.list.next = &pos_locks[i].list;
252 "checks futex robust list with positive futex word offset");
282 "checks futex robust list with negative futex word offset");
312 "checks futex robust list with unmapped robust list pointer");
340 "checks futex robust list processing faced with a deliberately "
341 "ciruclar list");
371 "checks futex robust list processing with a bad pending pointer");