Searched refs:use_offset (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/mtd/tests/ |
A D | oobtest.c | 39 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() 70 ops.ooboffs = use_offset; in write_eraseblock() 180 ops.ooboffs = use_offset; in verify_eraseblock() 239 k = use_offset + use_len; in verify_eraseblock() 393 use_offset = 0; in mtd_oobtest_init() 459 use_offset = 0; in mtd_oobtest_init() 470 use_offset = 0; in mtd_oobtest_init() [all …]
|
/linux/tools/perf/Documentation/ |
A D | perfconfig.example | 27 use_offset = true
|
A D | perf-config.txt | 100 use_offset = true 286 annotate.use_offset:: 299 but if use_offset is 'true', an address subtracted from a base address is printed.
|
/linux/drivers/comedi/drivers/ |
A D | jr3_pci.c | 158 static void use_offset(struct jr3_sensor __iomem *sensor, short offset_num) in use_offset() function 532 use_offset(sensor, 0); in jr3_pci_poll_subdevice()
|
/linux/tools/perf/util/ |
A D | annotate.h | 82 use_offset, member
|
A D | annotate.c | 59 .use_offset = true, 2749 if (notes->options->use_offset) in annotation__update_column_widths() 2923 disasm_line__scnprintf(dl, bf, size, !notes->options->use_offset, notes->widths.max_ins_name); in disasm_line__write() 3059 if (!notes->options->use_offset) in __annotation_line__write() 3062 if (!notes->options->use_offset) { in __annotation_line__write() 3184 opt->use_offset = perf_config_bool("use_offset", value); in annotation__config()
|
/linux/tools/perf/ui/browsers/ |
A D | annotate.c | 828 notes->options->use_offset = !notes->options->use_offset; in annotate_browser__run()
|
Completed in 26 milliseconds