Searched refs:head_off (Results 1 – 7 of 7) sorted by relevance
3141 unsigned long *head_off,3153 unsigned long *head_off,3157 unsigned long head_off);
1661 size_t size, head_off, old_off, len1, len2, padding; in __auxtrace_mmap__read() local1681 head_off = head & mm->mask; in __auxtrace_mmap__read()1684 head_off = head % mm->len; in __auxtrace_mmap__read()1688 if (head_off > old_off) in __auxtrace_mmap__read()1689 size = head_off - old_off; in __auxtrace_mmap__read()1691 size = mm->len - (old_off - head_off); in __auxtrace_mmap__read()1711 if (size > head_off) { in __auxtrace_mmap__read()1712 len1 = size - head_off; in __auxtrace_mmap__read()1714 len2 = head_off; in __auxtrace_mmap__read()1718 data1 = &data[head_off - len1]; in __auxtrace_mmap__read()
69 uint32_t head_off; /* Ftrace buffer header offset */ member
678 int size, head_off; in veth_xdp_rcv_skb() local706 head_off = skb_headroom(nskb) - skb_headroom(skb); in veth_xdp_rcv_skb()707 skb_headers_offset_update(nskb, head_off); in veth_xdp_rcv_skb()