Home
last modified time | relevance | path

Searched refs:nlines (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/mm/kfence/
H A Dkfence_test.c43 int nlines; member
53 int nlines; in probe_console() local
56 nlines = observed.nlines; in probe_console()
66 nlines = 1; in probe_console()
67 } else if (nlines == 1 && (strnstr(buf, "at 0x", len) || strnstr(buf, "of 0x", len))) { in probe_console()
68 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
71 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines in probe_console()
[all...]
/kernel/linux/linux-5.10/kernel/kcsan/
H A Dkcsan-test.c45 int nlines; member
90 int nlines; in probe_console() local
99 nlines = observed.nlines; in probe_console()
109 nlines = 1; in probe_console()
110 } else if ((nlines == 1 || nlines == 2) && strnstr(buf, "bytes by", len)) { in probe_console()
111 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
114 if (WARN_ON(nlines != 2)) in probe_console()
118 strcpy(observed.lines[nlines in probe_console()
[all...]
/kernel/linux/linux-6.6/drivers/hte/
H A Dhte-tegra194.c439 if (*xlated_id > gc->nlines) in tegra_hte_line_xlate()
466 if (line_id > chip->nlines) { in tegra_hte_en_dis_common()
690 u32 nlines; in tegra_hte_probe() local
714 nlines = slices << 5; in tegra_hte_probe()
743 gc->nlines = nlines; in tegra_hte_probe()
753 hte_dev->line_data = devm_kcalloc(dev, nlines, in tegra_hte_probe()
807 dev_dbg(gc->dev, "lines: %d, slices:%d", gc->nlines, slices); in tegra_hte_probe()
816 u32 slices = gs->chip->nlines / NV_LINES_IN_SLICE; in tegra_hte_resume_early()
837 u32 slices = gs->chip->nlines / NV_LINES_IN_SLIC in tegra_hte_suspend_late()
[all...]
H A Dhte.c74 * @nlines: Number of entities this device supports.
84 u32 nlines; member
117 &gdev->nlines); in hte_chip_dbgfs_init()
814 if (xlated_id >= chip->nlines) in hte_push_ts_ns()
858 gdev = kzalloc(struct_size(gdev, ei, chip->nlines), GFP_KERNEL); in hte_register_chip()
864 gdev->nlines = chip->nlines; in hte_register_chip()
867 for (i = 0; i < chip->nlines; i++) { in hte_register_chip()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dline.h65 extern int line_setup(char **conf, unsigned nlines, char **def,
83 struct line *lines, int nlines);
86 extern void close_lines(struct line *lines, int nlines);
H A Dline.c353 void close_lines(struct line *lines, int nlines) in close_lines() argument
357 for(i = 0; i < nlines; i++) in close_lines()
538 struct line *lines, int nlines) in register_lines()
540 struct tty_driver *driver = alloc_tty_driver(nlines); in register_lines()
556 for (i = 0; i < nlines; i++) { in register_lines()
570 for (i = 0; i < nlines; i++) in register_lines()
536 register_lines(struct line_driver *line_driver, const struct tty_operations *ops, struct line *lines, int nlines) register_lines() argument
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dline.h65 extern int line_setup(char **conf, unsigned nlines, char **def,
81 struct line *lines, int nlines);
84 extern void close_lines(struct line *lines, int nlines);
H A Dline.c358 void close_lines(struct line *lines, int nlines) in close_lines() argument
362 for(i = 0; i < nlines; i++) in close_lines()
543 struct line *lines, int nlines) in register_lines()
549 driver = tty_alloc_driver(nlines, TTY_DRIVER_REAL_RAW | in register_lines()
562 for (i = 0; i < nlines; i++) { in register_lines()
576 for (i = 0; i < nlines; i++) in register_lines()
541 register_lines(struct line_driver *line_driver, const struct tty_operations *ops, struct line *lines, int nlines) register_lines() argument
/kernel/linux/linux-5.10/tools/perf/scripts/perl/
H A Drwtop.pl23 my $nlines = 20;
146 if (++$count == $nlines) {
169 if (++$count == $nlines) {
/kernel/linux/linux-6.6/tools/perf/scripts/perl/
H A Drwtop.pl23 my $nlines = 20;
146 if (++$count == $nlines) {
169 if (++$count == $nlines) {
/kernel/linux/linux-6.6/kernel/kcsan/
H A Dkcsan_test.c55 int nlines; member
100 int nlines; in probe_console() local
109 nlines = observed.nlines; in probe_console()
119 nlines = 1; in probe_console()
120 } else if ((nlines == 1 || nlines == 2) && strnstr(buf, "bytes by", len)) { in probe_console()
121 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
124 if (WARN_ON(nlines != 2)) in probe_console()
128 strcpy(observed.lines[nlines in probe_console()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Ddwarf-aux.c68 size_t nlines, l, u, n; in cu_getsrc_die() local
71 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0 || in cu_getsrc_die()
72 nlines == 0) in cu_getsrc_die()
76 l = 0; u = nlines - 1; in cu_getsrc_die()
856 size_t nlines, i; in die_walk_lines() local
872 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0) { in die_walk_lines()
876 pr_debug2("Get %zd lines from this CU\n", nlines); in die_walk_lines()
879 for (i = 0; i < nlines; i++) { in die_walk_lines()
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddwarf-aux.c68 size_t nlines, l, u, n; in cu_getsrc_die() local
71 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0 || in cu_getsrc_die()
72 nlines == 0) in cu_getsrc_die()
76 l = 0; u = nlines - 1; in cu_getsrc_die()
875 size_t nlines, i; in die_walk_lines() local
896 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0) { in die_walk_lines()
900 pr_debug2("Get %zd lines from this CU\n", nlines); in die_walk_lines()
903 for (i = 0; i < nlines; i++) { in die_walk_lines()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.c123 int i, hsub, nplanes, nlines; in mdp5_smp_calculate() local
130 nlines = 2; in mdp5_smp_calculate()
152 n = DIV_ROUND_UP(fetch_stride * nlines, smp->blk_size); in mdp5_smp_calculate()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.c123 int i, hsub, nplanes, nlines; in mdp5_smp_calculate() local
130 nlines = 2; in mdp5_smp_calculate()
152 n = DIV_ROUND_UP(fetch_stride * nlines, smp->blk_size); in mdp5_smp_calculate()
/kernel/linux/linux-6.6/include/linux/
H A Dhte.h153 * @nlines: number of lines/signals supported by this chip.
156 * It stores (between 0 to @nlines) in xlated_id parameter for the success.
167 u32 nlines; member

Completed in 22 milliseconds