Searched refs:lines (Results 1 - 25 of 190) sorted by relevance

12345678

/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py51 # This is useful for some fields that are spread across multiple lines
107 lines = []
109 lines.append(rst_paragraph(".. SPDX-License-Identifier: GPL-2.0"))
110 lines.append(rst_paragraph(".. NOTE: This document was auto-generated.\n\n"))
112 return "\n".join(lines)
117 lines = []
119 lines.append(".. toctree::")
120 lines.append(f" :maxdepth: {maxdepth}\n\n")
122 return "\n".join(lines)
136 lines
[all...]
/linux-master/arch/sparc/include/asm/
H A Dxor_32.h19 int lines = bytes / (sizeof (long)) / 8; local
50 } while (--lines > 0);
58 int lines = bytes / (sizeof (long)) / 8; local
102 } while (--lines > 0);
111 int lines = bytes / (sizeof (long)) / 8; local
168 } while (--lines > 0);
178 int lines = bytes / (sizeof (long)) / 8; local
248 } while (--lines > 0);
/linux-master/sound/pci/asihpi/
H A Dhpidebug.c52 int lines; local
55 lines = DIV_ROUND_UP(len, cols);
56 if (lines > 8)
57 lines = 8;
59 for (i = 0, j = 0; j < lines; j++) {
/linux-master/tools/rcu/
H A Dextract-stall.sh6 echo Filter out clocksource lines. Note that preceding-lines excludes the
7 echo initial line of the stall warning but trailing-lines includes it.
9 echo Usage: $(basename $0) dmesg-file [ preceding-lines [ trailing-lines ] ]
/linux-master/arch/hexagon/mm/
H A Dcache.c17 unsigned long lines = spanlines(start, end-1); local
24 for (i = 0; i < lines; i++) {
37 unsigned long lines = spanlines(start, end-1); local
44 for (i = 0; i < lines; i++) {
62 unsigned long lines = spanlines(start, end-1); local
69 for (i = 0; i < lines; i++) {
82 unsigned long lines = spanlines(start, end-1); local
89 for (i = 0; i < lines; i++) {
/linux-master/arch/loongarch/lib/
H A Dxor_template.c20 unsigned long lines = bytes / LINE_WIDTH; variable
32 } while (--lines > 0);
40 unsigned long lines = bytes / LINE_WIDTH; variable
54 } while (--lines > 0);
63 unsigned long lines = bytes / LINE_WIDTH; variable
80 } while (--lines > 0);
90 unsigned long lines = bytes / LINE_WIDTH; variable
109 } while (--lines > 0);
/linux-master/tools/mm/
H A Dslabinfo-gnuplot.sh56 local lines=2000000
64 lines=$((xmax-xmin))
69 wc_lines=$lines
72 if [ "$wc_lines" -lt "$lines" ]; then
73 lines=$wc_lines
76 if [ $((width / lines)) -gt $min_slab_name_size ]; then
118 '$i Memory usage' with lines,"
120 '$i Loss' with lines,"
144 local lines
150 let lines
[all...]
/linux-master/tools/testing/kunit/
H A Dkunit_parser.py34 log : List[str] - log of KTAP lines that correspond to the test
148 A class to represent the lines of kernel output.
157 def __init__(self, lines: Iterator[Tuple[int, str]]):
159 self._lines = lines
192 """Returns True if stream has more lines."""
198 """Empties all lines stored in LineStream object into
218 """Extracts KTAP lines from the kernel output."""
227 # start extracting KTAP lines and set prefix
234 # start extracting KTAP lines and set prefix
240 # stop extracting KTAP lines
[all...]
/linux-master/arch/x86/include/asm/
H A Dxor_32.h27 unsigned long lines = bytes >> 7; local
59 : "+r" (lines),
72 unsigned long lines = bytes >> 7; local
109 : "+r" (lines),
123 unsigned long lines = bytes >> 7; local
165 : "+r" (lines),
181 unsigned long lines = bytes >> 7; local
236 : "+r" (lines),
261 unsigned long lines = bytes >> 6; local
297 : "+r" (lines),
310 unsigned long lines = bytes >> 6; local
369 unsigned long lines = bytes >> 6; local
438 unsigned long lines = bytes >> 6; local
[all...]
H A Dxor_avx.h32 unsigned long lines = bytes >> 9; local
36 while (lines--) {
60 unsigned long lines = bytes >> 9; local
64 while (lines--) {
92 unsigned long lines = bytes >> 9; local
96 while (lines--) {
128 unsigned long lines = bytes >> 9; local
132 while (lines--) {
/linux-master/tools/gpio/
H A Dgpio-hammer.c3 * gpio-hammer - example swiss army knife to shake GPIO lines on a system
25 int hammer_device(const char *device_name, unsigned int *lines, int num_lines, argument
39 ret = gpiotools_request_line(device_name, lines, num_lines,
55 fprintf(stdout, "Hammer lines [");
57 fprintf(stdout, "%d", lines[i]);
72 /* Invert all lines so we blink */
92 fprintf(stdout, "%d: %d", lines[i],
116 "Hammer GPIO lines, 0->1->0->1...\n"
130 unsigned int lines[GPIOHANDLES_MAX]; local
152 lines[
[all...]
H A Dgpio-utils.c27 * ioctl, including request and release for lines of gpio, read/write
29 * lines of gpio, user should use this type of api.
32 * following api will request gpio lines, do the operation and then
33 * release these lines.
37 * gpiotools_request_line() - request gpio lines in a gpiochip
40 * @lines: An array desired lines, specified by offset
42 * @num_lines: The number of lines to request.
49 * Request gpio lines through the ioctl provided by chardev. User
52 * gpiotools_release_line() to release these lines afte
57 gpiotools_request_line(const char *device_name, unsigned int *lines, unsigned int num_lines, struct gpio_v2_line_config *config, const char *consumer) argument
184 unsigned int lines[] = {line}; local
205 gpiotools_gets(const char *device_name, unsigned int *lines, unsigned int num_lines, unsigned int *values) argument
245 unsigned int lines[] = {line}; local
263 gpiotools_sets(const char *device_name, unsigned int *lines, unsigned int num_lines, unsigned int *values) argument
[all...]
H A Dgpio-event-mon.c29 unsigned int *lines,
51 ret = gpiotools_request_line(device_name, lines, num_lines, config,
72 fprintf(stdout, "Monitoring line %d on %s\n", lines[0], device_name);
76 fprintf(stdout, "Monitoring lines %d", lines[0]);
78 fprintf(stdout, ", %d", lines[i]);
79 fprintf(stdout, " and %d on %s\n", lines[i], device_name);
145 "Listen to events on GPIO lines, 0->1 1->0\n"
170 unsigned int lines[GPIO_V2_LINES_MAX]; local
192 lines[num_line
28 monitor_device(const char *device_name, unsigned int *lines, unsigned int num_lines, struct gpio_v2_line_config *config, unsigned int loops) argument
[all...]
H A Dgpio-utils.h28 unsigned int *lines,
37 int gpiotools_gets(const char *device_name, unsigned int *lines,
41 int gpiotools_sets(const char *device_name, unsigned int *lines,
/linux-master/tools/perf/util/
H A Dsrccode.c3 * Manage printing of source lines
29 char **lines; member in struct:srcfile
58 static void fill_lines(char **lines, int maxline, char *map, int maplen) argument
67 lines[l++] = map;
71 lines[l++] = ++p;
74 lines[l] = p;
83 zfree(&sf->lines);
136 h->lines = calloc(h->numlines, sizeof(char *));
137 if (!h->lines)
139 fill_lines(h->lines,
[all...]
/linux-master/include/asm-generic/
H A Dxor.h14 long lines = bytes / (sizeof (long)) / 8; local
27 } while (--lines > 0);
35 long lines = bytes / (sizeof (long)) / 8; local
49 } while (--lines > 0);
58 long lines = bytes / (sizeof (long)) / 8; local
73 } while (--lines > 0);
83 long lines = bytes / (sizeof (long)) / 8; local
99 } while (--lines > 0);
106 long lines = bytes / (sizeof (long)) / 8; local
136 } while (--lines >
144 long lines = bytes / (sizeof (long)) / 8; local
192 long lines = bytes / (sizeof (long)) / 8; local
250 long lines = bytes / (sizeof (long)) / 8; local
314 long lines = bytes / (sizeof (long)) / 8 - 1; local
342 long lines = bytes / (sizeof (long)) / 8 - 1; local
374 long lines = bytes / (sizeof (long)) / 8 - 1; local
411 long lines = bytes / (sizeof (long)) / 8 - 1; local
448 long lines = bytes / (sizeof (long)) / 8 - 1; local
495 long lines = bytes / (sizeof (long)) / 8 - 1; local
554 long lines = bytes / (sizeof (long)) / 8 - 1; local
625 long lines = bytes / (sizeof (long)) / 8 - 1; local
[all...]
/linux-master/scripts/
H A Dextract-sys-certs.pl27 my @lines = <FD>;
32 foreach my $line (@lines) {
58 @lines = <FD>;
78 parse_symbols(@lines);
84 @lines = <FD>;
86 parse_symbols(@lines);
/linux-master/Documentation/sphinx/
H A Dkernel_abi.py90 lines = subprocess.check_output(args, cwd=os.path.dirname(doc.current_source)).decode('utf-8')
91 nodeList = self.nestedParse(lines, self.arguments[0])
94 def nestedParse(self, lines, fname):
101 for l in lines.split("\n"):
103 lines = code_block + "\n\n"
110 for line in lines.split("\n"):
127 # sphinx counts lines from 0
132 kernellog.info(self.state.document.settings.env.app, "%s: parsed %i lines" % (fname, n))
H A Dkernel_feat.py96 lines = subprocess.check_output(args, cwd=os.path.dirname(doc.current_source)).decode('utf-8')
102 for line in lines.split("\n"):
115 def nestedParse(self, lines, fname):
121 for l in lines.split("\n"):
123 lines = code_block + "\n\n"
125 for c, l in enumerate(lines.split("\n")):
/linux-master/arch/um/drivers/
H A Dline.h81 struct line *lines, int nlines);
82 extern int setup_one_line(struct line *lines, int n, char *init,
84 extern void close_lines(struct line *lines, int nlines);
86 extern int line_config(struct line *lines, unsigned int sizeof_lines,
90 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n,
92 extern int line_get_config(char *dev, struct line *lines,
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py19 lines = [
45 lines.append('\t\t[B({})] = {{'.format(D0_sig))
52 lines.append('\t\t\t[B({})]\t= {},'.format(D1_sig, value))
53 lines.append('\t\t},')
54 lines.append('\t},')
56 lines = '\n'.join(lines)
58 return N, lines
60 return lines
91 lines
[all...]
/linux-master/drivers/staging/media/atomisp/pci/css_2401_system/
H A Dibuf_ctrl_global.h42 u32 lines; /* lines in the buffer */ member in struct:isp2401_ib_buffer_s
66 u32 lines; member in struct:ibuf_ctrl_cfg_s::__anon3473
/linux-master/arch/powerpc/lib/
H A Dxor_vmx.c58 unsigned long lines = bytes / (sizeof(unative_t)) / 4; local
68 } while (--lines > 0);
79 unsigned long lines = bytes / (sizeof(unative_t)) / 4; local
92 } while (--lines > 0);
105 unsigned long lines = bytes / (sizeof(unative_t)) / 4; local
121 } while (--lines > 0);
136 unsigned long lines = bytes / (sizeof(unative_t)) / 4; local
155 } while (--lines > 0);
/linux-master/tools/perf/tests/shell/
H A Dtest_arm_spe_fork.sh34 echo Log lines = $log0
37 echo Log lines after 1 second = $log1
/linux-master/drivers/media/pci/cx18/
H A Dcx18-vbi.c25 static void copy_vbi_data(struct cx18 *cx, int lines, u32 pts_stamp) argument
48 for (i = 0; i < lines; i++) {
69 /* All lines are used, so there is no space for the linemask
98 u32 lines = cx->vbi.count * 2; local
106 for (i = 0; i < lines; i++) {
114 if (i == lines - 1) {
125 return lines * (line_size - 4);
190 int lines; local
220 lines = compress_sliced_buf(cx, p, size, sizeof(struct vbi_data_hdr));
223 if (lines
[all...]

Completed in 217 milliseconds

12345678