Searched refs:use_offset (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/tests/ |
H 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() 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() 77 pr_err("error: use_len %d, use_offset %d\n", in write_eraseblock() 78 use_len, use_offset); in write_eraseblock() 180 ops.ooboffs = use_offset; in verify_eraseblock() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/tests/ |
H 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() 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() 77 pr_err("error: use_len %d, use_offset %d\n", in write_eraseblock() 78 use_len, use_offset); in write_eraseblock() 180 ops.ooboffs = use_offset; in verify_eraseblock() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 82 use_offset, member
|
H A D | annotate.c | 62 .use_offset = true, 2731 if (notes->options->use_offset) in annotation__update_column_widths() 2889 disasm_line__scnprintf(dl, bf, size, !notes->options->use_offset, notes->widths.max_ins_name); in disasm_line__write() 3025 if (!notes->options->use_offset) in __annotation_line__write() 3028 if (!notes->options->use_offset) { in __annotation_line__write() 3149 } else if (!strcmp(var, "annotate.use_offset")) { in annotation__config() 3150 opt->use_offset = perf_config_bool("use_offset", value); in annotation__config()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 82 use_offset, member
|
H A D | annotate.c | 2861 if (notes->options->use_offset) in annotation__update_column_widths() 3049 disasm_line__scnprintf(dl, bf, size, !notes->options->use_offset, notes->widths.max_ins_name); in disasm_line__write() 3185 if (!notes->options->use_offset) in __annotation_line__write() 3188 if (!notes->options->use_offset) { in __annotation_line__write() 3309 } else if (!strcmp(var, "annotate.use_offset")) { in annotation__config() 3310 opt->use_offset = perf_config_bool("use_offset", value); in annotation__config() 3345 opt->use_offset = true; in annotation_options__init()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | annotate.c | 771 notes->options->use_offset = !notes->options->use_offset; in annotate_browser__run()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | jr3_pci.c | 158 static void use_offset(struct jr3_sensor __iomem *sensor, short offset_num) in use_offset() function 547 use_offset(sensor, 0); in jr3_pci_poll_subdevice()
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | jr3_pci.c | 157 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()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 825 notes->options->use_offset = !notes->options->use_offset; in annotate_browser__run()
|
Completed in 21 milliseconds