Searched refs:oldtail (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_sw.c113 char *oldtail, *newtail; fdt_resize() local
123 oldtail = (char *)fdt + fdt_totalsize(fdt) - tailsize; fdt_resize()
130 memmove(newtail, oldtail, tailsize); fdt_resize()
132 memmove(newtail, oldtail, tailsize); fdt_resize()
/linux-4.4.14/kernel/
H A Daudit.c1430 int oldtail = skb_tailroom(skb); audit_expand() local
1439 skb->truesize += newtail - oldtail; audit_expand()

Completed in 94 milliseconds