Searched refs:newtail (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c64 void *p, *newtail; trace_alloc() local
67 newtail = tb->tail + bytes; trace_alloc()
68 if (!trace_check_alloc(tb, newtail)) trace_alloc()
71 tb->tail = newtail; trace_alloc()
/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_sw.c113 char *oldtail, *newtail; fdt_resize() local
124 newtail = (char *)buf + bufsize - 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.c1432 int newtail = skb_tailroom(skb); audit_expand() local
1439 skb->truesize += newtail - oldtail; audit_expand()
1440 return newtail; audit_expand()

Completed in 96 milliseconds