Lines Matching defs:list
10 * not updating internal linked list properly
12 * 30-Aug-2000 RMK Use Linux list handling and spinlocks
20 #include <linux/list.h>
28 struct list_head list;
66 * host-available list head, and we wouldn't
75 list_add(&q->list, &queue->free);
117 q = list_entry(l, QE_t, list);
139 * Move the entry from the "used" list onto the "free" list
142 q = list_entry(ent, QE_t, list);
166 QE_t *q = list_entry(l, QE_t, list);
215 QE_t *q = list_entry(l, QE_t, list);
241 QE_t *q = list_entry(l, QE_t, list);
265 QE_t *q = list_entry(l, QE_t, list);
291 QE_t *q = list_entry(l, QE_t, list);