Home
last modified time | relevance | path

Searched full:text (Results 1 – 25 of 3348) sorted by relevance

12345678910>>...134

/openbmc/linux/scripts/gdb/linux/
H A Dinterrupts.py24 text = ""
28 return text
32 return text
35 return text
43 return text;
45 text += "%*d: " % (prec, irq)
51 text += "%10u" % (count)
61 text += " %8s" % (name)
64 text += " %*lu" % (prec, desc['irq_data']['hwirq'])
66 text += " %*s" % (prec, "")
[all …]
H A Dtimerlist.py38 text = " #{}: <{}>, {}, ".format(idx, timer, function)
39 text += "S:{:02x}\n".format(int(timer['state']))
40 text += " # expires at {}-{} nsecs [in {} to {} nsecs]\n".format(
42 return text
55 text = " .base: {}\n".format(base.address)
56 text += " .index: {}\n".format(base['index'])
58 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution)
60 text += " .get_time: {}\n".format(base['get_time'])
62 text += " .offset: {} nsecs\n".format(base['offset'])
63 text += "active timers:\n"
[all …]
/openbmc/linux/Documentation/networking/device_drivers/can/ctu/
H A Dfsm_txt_buffer_user.svg99text x="110.90907" y="179.42688" font-size="3.175px" xml:space="preserve"><tspan x="110.90907" y="…
100text x="143.5869" y="179.52795" xml:space="preserve"><tspan x="143.5869" y="179.52795" dy="1 0 0 0…
102text x="91.95018" y="115.29005" xml:space="preserve"><tspan x="91.95018" y="115.29005" font-size="…
103text x="145.25127" y="130.49019" xml:space="preserve"><tspan x="145.25127" y="130.49019" font-size…
104text x="145.31845" y="144.43121" xml:space="preserve"><tspan x="145.31845" y="144.43121" font-size…
105text x="145.40399" y="160.36035" xml:space="preserve"><tspan x="145.40399" y="160.36035" font-size…
106text x="91.823967" y="133.53941" text-align="center" text-anchor="middle" style="line-height:0.9" …
107text x="91.648918" y="151.84813" text-align="center" text-anchor="middle" style="line-height:0.9" …
108text x="59.456043" y="143.91658" xml:space="preserve"><tspan x="59.456043" y="143.91658" font-size…
131text transform="matrix(.264583 0 0 .264583 91.8919 139.964)" x="26.959213" y="9.11724" fill="#2aa1…
[all …]
/openbmc/linux/Documentation/RCU/Design/Data-Structures/
H A DHugeTreeClassicRCU.svg470 <!-- Text -->
471 <text
480 text-anchor="middle"
481 id="text142">rcu_node</text>
482 <!-- Text -->
483 <text
492 text-anchor="middle"
493 id="text144">struct</text>
494 <!-- Text -->
495 <text
[all …]
H A DBigTreeClassicRCU.svg218 <!-- Text -->
219 <text
228 text-anchor="middle"
229 id="text58">struct</text>
230 <!-- Text -->
231 <text
240 text-anchor="middle"
241 id="text60">rcu_data</text>
242 <!-- Text -->
243 <text
[all …]
H A Dblkd_task.svg358 <!-- Text -->
359 <!-- Text -->
360 <text
368 …;font-weight:bold;font-size:192px;font-family:Courier;text-anchor:middle;fill:#000000">struct</tex…
369 <!-- Text -->
370 <text
378 …font-weight:bold;font-size:192px;font-family:Courier;text-anchor:middle;fill:#000000">rcu_node</te…
379 <!-- Text -->
380 <text
388 …;font-weight:bold;font-size:192px;font-family:Courier;text-anchor:middle;fill:#000000">struct</tex…
[all …]
H A DTreeLevel.svg515 <!-- Text -->
516 <text
525 text-anchor="middle"
526 id="text160">rcu_node</text>
527 <!-- Text -->
528 <text
537 text-anchor="middle"
538 id="text162">struct</text>
539 <!-- Text -->
540 <text
[all …]
H A DBigTreePreemptRCUBHdyntickCB.svg397 <!-- Text -->
398 <text
406 …style="font-style:normal;font-weight:bold;font-size:187.978302px;font-family:Courier;text-anchor:m…
407 transform="scale(1.0213945,0.97905363)">struct</text>
408 <!-- Text -->
409 <text
417 …style="font-style:normal;font-weight:bold;font-size:187.978302px;font-family:Courier;text-anchor:m…
418 transform="scale(1.0213945,0.97905363)">rcu_head</text>
419 <!-- Text -->
420 <text
[all …]
H A Dnxtlist.svg239 <!-- Text -->
240 <text
248 …e:324px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;font-family:Courier">-&g…
249 <!-- Text -->
250 <text
258 …font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;font-family:Courier">-&gt;tails[…
259 <!-- Text -->
260 <text
268 …font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;font-family:Courier">-&gt;tails[…
269 <!-- Text -->
[all …]
/openbmc/u-boot/tools/patman/
H A Dterminal.py23 """A line of text output
26 text: Text line that was printed
27 newline: True to output a newline after the text
28 colour: Text colour to use
30 def __init__(self, text, newline, colour): argument
31 self.text = text
36 return 'newline=%s, colour=%s, text=%s' % (self.newline, self.colour,
37 self.text)
39 def Print(text='', newline=True, colour=None): argument
46 text: Text to print
[all …]
/openbmc/linux/arch/xtensa/kernel/
H A Dvmlinux.lds.S83 /* .text section */
88 .text :
98 SECTION_VECTOR2 (.WindowVectors.text, WINDOW_VECTORS_VADDR) argument
101 SECTION_VECTOR2 (.Level2InterruptVector.text, INTLEVEL2_VECTOR_VADDR)
104 SECTION_VECTOR2 (.Level3InterruptVector.text, INTLEVEL3_VECTOR_VADDR)
107 SECTION_VECTOR2 (.Level4InterruptVector.text, INTLEVEL4_VECTOR_VADDR)
110 SECTION_VECTOR2 (.Level5InterruptVector.text, INTLEVEL5_VECTOR_VADDR)
113 SECTION_VECTOR2 (.Level6InterruptVector.text, INTLEVEL6_VECTOR_VADDR)
115 SECTION_VECTOR2 (.DebugInterruptVector.text, DEBUG_VECTOR_VADDR)
116 SECTION_VECTOR2 (.KernelExceptionVector.text, KERNEL_VECTOR_VADDR)
[all …]
H A DMakefile26 # Therefore, the .text and .literal section must be combined in parenthesis
27 # in the linker script, such as: *(.literal .text).
30 # *(xxx.text) to *(xxx.literal xxx.text) for the following text sections:
31 # .text .ref.text .*init.text .*exit.text .text.*
35 sed-y = -e ':a; s/\*(\([^)]*\)\.text\.unlikely/*(\1.literal.unlikely .{text}.unlikely/; ta; ' \
36 -e ':b; s/\*(\([^)]*\)\.text\(\.[a-z]*\)/*(\1.{text}\2.literal .{text}\2/; tb; ' \
37 -e ':c; s/\*(\([^)]*\)\(\.[a-z]*it\|\.ref\)\.text/*(\1\2.literal \2.{text}/; tc; ' \
38 -e ':d; s/\*(\([^)]\+ \|\)\.text/*(\1.literal .{text}/; td; ' \
39 -e 's/\.{text}/.text/g'
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/
H A DDRBD-8.3-data-packets.svg48 <text
54 </text>
68 <text
74 </text>
76 <text
83 </text>
84 <text
91 </text>
92 <text
99 </text>
[all …]
H A DDRBD-data-packets.svg44 <text
54 </text>
63 <text
73 </text>
74 <text
81 </text>
82 <text
89 </text>
90 <text
97 </text>
[all …]
/openbmc/linux/lib/kunit/
H A Dassert.c80 ptr_assert->text); in kunit_ptr_not_err_assert_format()
84 ptr_assert->text, in kunit_ptr_not_err_assert_format()
91 /* Checks if `text` is a literal representing `value`, e.g. "5" and 5 */
92 static bool is_literal(struct kunit *test, const char *text, long long value, in is_literal() argument
100 if (strlen(text) != len) in is_literal()
108 ret = strncmp(buffer, text, len) == 0; in is_literal()
125 binary_assert->text->left_text, in kunit_binary_assert_format()
126 binary_assert->text->operation, in kunit_binary_assert_format()
127 binary_assert->text->right_text); in kunit_binary_assert_format()
128 if (!is_literal(stream->test, binary_assert->text->left_text, in kunit_binary_assert_format()
[all …]
/openbmc/linux/Documentation/RCU/Design/Requirements/
H A DReadersPartitionGP1.svg119 …t:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0p…
129 <text
134 …t:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0p…
140 sodipodi:role="line">synchronize_rcu()</tspan></text>
164 <text
166 …t:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0p…
174 y="268.18076">WRITE_ONCE(a, 1);</tspan></text>
175 <text
177 …t:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0p…
185 y="487.13766">WRITE_ONCE(b, 1);</tspan></text>
[all …]
H A DGPpartitionReaders1.svg91 …t:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0p…
101 <text
106 …t:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0p…
112 sodipodi:role="line">synchronize_rcu()</tspan></text>
136 <text
138 …t:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0p…
146 y="268.18076">WRITE_ONCE(a, 1);</tspan></text>
147 <text
149 …t:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0p…
157 y="439.13766">WRITE_ONCE(b, 1);</tspan></text>
[all …]
/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTreeRCU-callback-registry.svg298 <!-- Text -->
299 <!-- Text -->
300 <!-- Text -->
301 <!-- Text -->
302 <!-- Text -->
303 <!-- Text -->
304 <!-- Text -->
305 <!-- Text -->
306 <!-- Text -->
307 <!-- Text -->
[all …]
H A Drcu_node-lock.svg153 <!-- Text -->
154 <!-- Text -->
155 <!-- Text -->
156 <!-- Text -->
157 <!-- Text -->
158 <!-- Text -->
159 <!-- Text -->
160 <!-- Text -->
161 <!-- Text -->
162 <!-- Text -->
[all …]
H A DTreeRCU-gp.svg1180 <!-- Text -->
1181 <!-- Text -->
1182 <!-- Text -->
1183 <!-- Text -->
1184 <!-- Text -->
1185 <!-- Text -->
1186 <!-- Text -->
1187 <!-- Text -->
1188 <!-- Text -->
1189 <!-- Text -->
[all …]
H A DTreeRCU-callback-invocation.svg298 <!-- Text -->
299 <!-- Text -->
300 <!-- Text -->
301 <!-- Text -->
302 <!-- Text -->
303 <!-- Text -->
304 <!-- Text -->
305 <!-- Text -->
306 <!-- Text -->
307 <!-- Text -->
[all …]
/openbmc/linux/drivers/s390/net/
H A Dctcm_dbug.h69 void ctcm_dbf_longtext(enum ctcm_dbf_names dbf_nix, int level, char *text, ...);
79 #define CTCM_DBF_TEXT(name, level, text) \ argument
81 debug_text_event(ctcm_dbf[CTCM_DBF_##name].id, level, text); \
90 #define CTCM_DBF_TEXT_(name, level, text...) \ argument
91 ctcm_dbf_longtext(CTCM_DBF_##name, level, text)
96 * text: any text string.
98 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ argument
101 CTCM_FUNTAIL, dev->name, text); \
104 #define MPC_DBF_DEV_NAME(cat, dev, text) \ argument
107 CTCM_FUNTAIL, dev->name, text); \
[all …]
/openbmc/qemu/scripts/
H A Dpython_qmp_updater.py33 def tmatch(template: str, text: str,
35 return re.match(template.format(padding=padding, res=res), text,
39 def find_closing_brace(text: str, start: int) -> int:
41 Having '(' at text[start] search for pairing ')' and return its index.
43 assert text[start] == '('
47 for i in range(start + 1, len(text)):
48 if text[i] == '(':
50 elif text[i] == ')':
58 def update(text: str) -> str:
62 m = start_reg.search(text)
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Dvmlinux.lds.S43 text PT_LOAD FLAGS(7); /* RWX */
59 * Text, read only data and other permanent read-only sections
66 * Head text.
72 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
74 KEEP(*(.head.text.first_256B));
77 KEEP(*(.head.text.real_vectors));
78 *(.head.text.real_trampolines);
79 KEEP(*(.head.text.virt_vectors));
80 *(.head.text.virt_trampolines);
88 } :text
[all …]
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Dconfig_example.svg196 <text
205 …style="font-size:3.52777791px;line-height:5.39999962;text-align:center;text-anchor:middle;stroke-w…
206 id="tspan6574">Configurations</tspan></text>
207 <text
216 …style="font-size:3.52777815px;line-height:5.39999962;text-align:center;text-anchor:middle;fill:#00…
217 id="tspan6574-2">A</tspan></text>
218 <text
227 …style="font-size:3.52777839px;line-height:5.39999962;text-align:center;text-anchor:middle;fill:#00…
228 id="tspan6574-2-7">B</tspan></text>
229 <text
[all …]

12345678910>>...134