Searched refs:use_offset (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/mtd/tests/
H A Doobtest.c39 static int use_offset; variable
49 use_offset += 1;
50 if (use_offset >= use_len_max)
51 use_offset = 0;
52 use_len = use_len_max - use_offset;
70 ops.ooboffs = use_offset;
72 ops.oobbuf = writebuf + (use_len_max * i) + use_offset;
77 pr_err("error: use_len %d, use_offset %d\n",
78 use_len, use_offset);
180 ops.ooboffs = use_offset;
[all...]
/linux-master/tools/perf/util/
H A Dannotate.h90 use_offset, member in struct:annotation_options
H A Dannotate.c3003 if (annotate_opts.use_offset)
3188 disasm_line__scnprintf(dl, bf, size, !annotate_opts.use_offset, notes->widths.max_ins_name);
3325 if (!annotate_opts.use_offset)
3328 if (!annotate_opts.use_offset) {
3450 } else if (!strcmp(var, "annotate.use_offset")) {
3451 opt->use_offset = perf_config_bool("use_offset", value);
3488 opt->use_offset = true;
/linux-master/drivers/comedi/drivers/
H A Djr3_pci.c157 static void use_offset(struct jr3_sensor __iomem *sensor, short offset_num) function
531 use_offset(sensor, 0);
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c820 annotate_opts.use_offset = !annotate_opts.use_offset;

Completed in 201 milliseconds