Home
last modified time | relevance | path

Searched defs:off (Results 1 – 13 of 13) sorted by relevance

/tools/net/
Dbpf_exp.y542 int off = bpf_find_insns_offset(labels_k[i]); in bpf_reduce_k_jumps() local
554 int off = bpf_find_insns_offset(labels_jt[i]); in bpf_reduce_jt_jumps() local
566 int off = bpf_find_insns_offset(labels_jf[i]); in bpf_reduce_jf_jumps() local
Dbpf_dbg.c586 static bool bpf_restore_regs(int off) in bpf_restore_regs()
603 static uint32_t extract_u32(uint8_t *pkt, uint32_t off) in extract_u32()
612 static uint16_t extract_u16(uint8_t *pkt, uint32_t off) in extract_u16()
621 static uint8_t extract_u8(uint8_t *pkt, uint32_t off) in extract_u8()
Dbpf_jit_disasm.c166 off_t off = 0; in get_last_jit_image() local
/tools/lguest/
Dlguest.c1255 static void ioread(u16 off, u32 v, u32 mask, u32 *val) in ioread()
1263 static void iowrite(u16 off, u32 v, u32 mask, u32 *dst) in iowrite()
1745 static struct device *find_mmio_region(unsigned long paddr, u32 *off) in find_mmio_region()
1785 size_t off = offsetof(struct virtio_pci_common_cfg, queue_size); in restore_vq_config() local
1878 static void emulate_mmio_write(struct device *d, u32 off, u32 val, u32 mask) in emulate_mmio_write()
2190 static u32 emulate_mmio_read(struct device *d, u32 off, u32 mask) in emulate_mmio_read()
2320 u32 val, off, mask = 0xFFFFFFFF, insnlen = 0; in emulate_mmio() local
2946 off64_t off; in blk_request() local
/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c338 int off = 0; in do_test() local
/tools/perf/tests/
Dcode-reading.c127 size_t off, read_bytes, written_bytes; in read_objdump_output() local
/tools/perf/util/
Dprobe-finder.c1082 Dwarf_Off off, noff; in debuginfo__find_probe_location() local
1758 Dwarf_Off off = 0, noff; in debuginfo__find_line_range() local
Dmachine.c1701 int i, j, off; in remove_loops() local
/tools/perf/bench/
Dnuma.c404 long off = rand(); in alloc_data() local
763 long off; in do_work() local
/tools/include/uapi/linux/
Dbpf.h62 __s16 off; /* signed offset */ member
/tools/vm/
Dpage-types.c926 off_t off, end = st->st_size; in walk_file() local
/tools/perf/
Dbuiltin-stat.c1873 int off = 0; in topdown_filter_events() local
Dbuiltin-trace.c291 #define DEFINE_STRARRAY_OFFSET(array, off) struct strarray strarray__##array = { \ argument