Searched refs:newtail (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/ |
D | trace.c | 64 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-v5.4/scripts/dtc/libfdt/ |
D | fdt_sw.c | 147 char *oldtail, *newtail; in fdt_resize() local 161 newtail = (char *)buf + bufsize - tailsize; in fdt_resize() 167 memmove(newtail, oldtail, tailsize); in fdt_resize() 169 memmove(newtail, oldtail, tailsize); in fdt_resize()
|
/Linux-v5.4/scripts/dtc/ |
D | srcpos.c | 274 struct srcpos *srcpos_extend(struct srcpos *pos, struct srcpos *newtail) in srcpos_extend() argument 279 return newtail; in srcpos_extend() 282 p->next = newtail; in srcpos_extend()
|
/Linux-v5.4/kernel/ |
D | audit.c | 1819 int newtail = skb_tailroom(skb); in audit_expand() local 1826 skb->truesize += newtail - oldtail; in audit_expand() 1827 return newtail; in audit_expand()
|
/Linux-v5.4/drivers/infiniband/hw/i40iw/ |
D | i40iw_ctrl.c | 103 u32 newtail, error, val; in i40iw_cqp_poll_registers() local 107 i40iw_get_cqp_reg_info(cqp, &val, &newtail, &error); in i40iw_cqp_poll_registers() 114 if (newtail != tail) { in i40iw_cqp_poll_registers()
|