Home
last modified time | relevance | path

Searched refs:newtail (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c64 void *p, *newtail; in trace_alloc() local
67 newtail = tb->tail + bytes; in trace_alloc()
68 if (!trace_check_alloc(tb, newtail)) in trace_alloc()
71 tb->tail = newtail; in trace_alloc()
/linux-4.1.27/kernel/
Daudit.c1418 int newtail = skb_tailroom(skb); in audit_expand() local
1425 skb->truesize += newtail - oldtail; in audit_expand()
1426 return newtail; in audit_expand()