Home
last modified time | relevance | path

Searched refs:adjust_offset (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Ddebuginfo.h26 bool adjust_offset);
47 bool adjust_offset __maybe_unused) in debuginfo__get_text_offset()
H A Ddebuginfo.c151 bool adjust_offset) in debuginfo__get_text_offset() argument
180 if (adjust_offset) in debuginfo__get_text_offset()
/linux/tools/testing/selftests/net/lib/
H A Dxdp_native.bpf.c424 __s32 *adjust_offset, *val; in xdp_adjst_tail() local
438 adjust_offset = bpf_map_lookup_elem(&map_xdp_setup, &key); in xdp_adjst_tail()
439 if (!adjust_offset) in xdp_adjst_tail()
442 if (*adjust_offset < 0) in xdp_adjst_tail()
444 (__u16)(0 - *adjust_offset), in xdp_adjst_tail()
447 ret = xdp_adjst_tail_grow_data(ctx, (__u16)(*adjust_offset)); in xdp_adjst_tail()