Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mtd/tests/
Doobtest.c39 static int use_offset; variable
49 use_offset += 1; in do_vary_offset()
50 if (use_offset >= use_len_max) in do_vary_offset()
51 use_offset = 0; in do_vary_offset()
52 use_len = use_len_max - use_offset; in do_vary_offset()
70 ops.ooboffs = use_offset; in write_eraseblock()
72 ops.oobbuf = writebuf + (use_len_max * i) + use_offset; in write_eraseblock()
78 use_len, use_offset); in write_eraseblock()
180 ops.ooboffs = use_offset; in verify_eraseblock()
195 writebuf + (use_len_max * i) + use_offset, in verify_eraseblock()
[all …]
/linux-5.19.10/tools/perf/Documentation/
Dperfconfig.example27 use_offset = true
Dperf-config.txt100 use_offset = true
286 annotate.use_offset::
299 but if use_offset is 'true', an address subtracted from a base address is printed.
/linux-5.19.10/tools/perf/util/
Dannotate.h82 use_offset, member
Dannotate.c60 .use_offset = true,
2761 if (notes->options->use_offset) in annotation__update_column_widths()
2935 disasm_line__scnprintf(dl, bf, size, !notes->options->use_offset, notes->widths.max_ins_name); in disasm_line__write()
3071 if (!notes->options->use_offset) in __annotation_line__write()
3074 if (!notes->options->use_offset) { in __annotation_line__write()
3196 opt->use_offset = perf_config_bool("use_offset", value); in annotation__config()
/linux-5.19.10/drivers/comedi/drivers/
Djr3_pci.c157 static void use_offset(struct jr3_sensor __iomem *sensor, short offset_num) in use_offset() function
531 use_offset(sensor, 0); in jr3_pci_poll_subdevice()
/linux-5.19.10/tools/perf/ui/browsers/
Dannotate.c828 notes->options->use_offset = !notes->options->use_offset; in annotate_browser__run()