Home | History | Annotate | Download | only in omap4xxx

Lines Matching defs:first

90 static struct hdr *first;
162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last)
169 *first = hdr;
173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last)
182 *first = hdr->prev;
194 __add(hdr, &first, &last);
204 __del(hdr, &first, &last);
292 struct hdr **first, struct hdr **last, unsigned *cnt,
299 __del(hdr, first, last);
325 &first, &last, &num,
380 malloc_log("+++ ALLOCATION %p SIZE %d FIRST FREED HERE:\n",
428 malloc_log("+++ ALLOCATION %p SIZE %d FIRST FREED HERE:\n",