Searched refs:newtail (Results 1 – 3 of 3) sorted by relevance
64 void *p, *newtail; in trace_alloc() local67 newtail = tb->tail + bytes; in trace_alloc()68 if (!trace_check_alloc(tb, newtail)) in trace_alloc()71 tb->tail = newtail; in trace_alloc()
151 char *oldtail, *newtail; in fdt_resize() local166 newtail = (char *)buf + bufsize - tailsize; in fdt_resize()172 memmove(newtail, oldtail, tailsize); in fdt_resize()174 memmove(newtail, oldtail, tailsize); in fdt_resize()
274 struct srcpos *srcpos_extend(struct srcpos *pos, struct srcpos *newtail) in srcpos_extend() argument279 return newtail; in srcpos_extend()282 p->next = newtail; in srcpos_extend()