Home
last modified time | relevance | path

Searched refs:head_off (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dhypervisor.h3141 unsigned long *head_off,
3153 unsigned long *head_off,
3157 unsigned long head_off);
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dauxtrace.c1661 size_t size, head_off, old_off, len1, len2, padding; in __auxtrace_mmap__read() local
1681 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()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Duser_ta_header.h69 uint32_t head_off; /* Ftrace buffer header offset */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Duser_ta_header.h69 uint32_t head_off; /* Ftrace buffer header offset */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Duser_ta_header.h69 uint32_t head_off; /* Ftrace buffer header offset */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Duser_ta_header.h69 uint32_t head_off; /* Ftrace buffer header offset */ member
/OK3568_Linux_fs/kernel/drivers/net/
H A Dveth.c678 int size, head_off; in veth_xdp_rcv_skb() local
706 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()