Home
last modified time | relevance | path

Searched full:raise (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/kernel/linux/linux-5.10/scripts/gdb/linux/
Drbtree.py17 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type))
33 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type))
58 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type))
81 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type))
112 raise gdb.GdbError("No entry in tree")
132 raise gdb.GdbError("No entry in tree")
152 raise gdb.GdbError("No entry in tree")
172 raise gdb.GdbError("No entry in tree")
Ddevice.py53 raise gdb.GdbError("Can't find bus type {!r}".format(name))
60 raise gdb.GdbError("Can't find device class {!r}".format(name))
112 raise gdb.GdbError("Can't find bus {!r}".format(arg))
143 raise gdb.GdbError('Please provide pointer to struct device')
146 raise gdb.GdbError('Please provide pointer to struct device')
Dproc.py157 raise gdb.GdbError("Provide a PID as integer value")
163 raise gdb.GdbError("Couldn't find a process with PID {}"
168 raise gdb.GdbError("No namespace for current process")
236 raise gdb.GdbError("Kernel not compiled with CONFIG_OF\n")
250 raise gdb.GdbError("No flattened device tree magic found\n")
267 raise gdb.GdbError("Could not open file to dump fdt")
Dlists.py27 raise TypeError("Must be struct list_head not {}"
45 raise TypeError("Must be struct hlist_head not {}"
64 raise gdb.GdbError('argument must be of type (struct list_head [*])')
127 raise gdb.GdbError("lx-list-check takes one argument")
/kernel/linux/linux-4.19/scripts/
Dspdxcheck.py50 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid)
61 raise SPDXException(None, 'Exception %s missing license %s' %(ex, lic))
67 raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %excid)
103 raise ParserException(tok, 'Invalid License ID')
107 raise ParserException(tok, 'Invalid Exception ID')
109 raise ParserException(tok, 'Exception not valid for license %s' %self.lastid)
130 raise ParserException(tok, 'Missing parentheses')
145 raise ParserException(tok, 'Invalid token')
157 raise ParserException(None, 'Unfinished license expression')
159 raise ParserException(p, 'Syntax error')
/kernel/linux/linux-5.10/scripts/
Dspdxcheck.py51 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid)
62raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic))
68raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)
104 raise ParserException(tok, 'Invalid License ID')
108 raise ParserException(tok, 'Invalid Exception ID')
110 raise ParserException(tok, 'Exception not valid for license %s' %self.lastid)
131 raise ParserException(tok, 'Missing parentheses')
146 raise ParserException(tok, 'Invalid token')
158 raise ParserException(None, 'Unfinished license expression')
160 raise ParserException(p, 'Syntax error')
/kernel/linux/linux-4.19/Documentation/PCI/endpoint/
Dpci-test-function.txt37 Bit 0 : raise legacy IRQ
38 Bit 1 : raise MSI IRQ
39 Bit 2 : raise MSI-X IRQ
73 for the READ/WRITE/COPY and raise IRQ (Legacy/MSI) commands.
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
Dsignal_test_001.cpp54 retValue = raise(sig); in TestRaiseMuliti()
80 printf("raise(SIGSTOP);\n"); in TestCase()
81 raise(SIGSTOP); in TestCase()
136 retValue = raise(SIGSTOP); in TestCase()
167 printf("before raise\n"); in TestCase()
168 raise(SIGALRM); in TestCase()
169 printf("after raise\n"); in TestCase()
Dsignal_test_040.cpp54 raise(SIGURG); in TestCase()
56 raise(SIGURG); in TestCase()
74 raise(SIGHUP); in TestCase()
75 raise(SIGUSR1); in TestCase()
Dsignal_test_033.cpp60 printf("test032 raise before\n"); in TestCase()
79 raise(SIGUSR1); in TestCase()
80 raise(SIGUSR2); in TestCase()
106 printf("test032 raise after\n"); in TestCase()
/kernel/linux/linux-4.19/Documentation/sphinx/
Dkernel_include.py67 raise self.severe(
85 raise self.warning('"%s" directive disabled.' % self.name)
109 raise self.severe('Problems with "%s" directive path:\n'
114 raise self.severe('Problems with "%s" directive path:\n%s.' %
125 raise self.severe('Problem with "%s" directive:\n%s' %
134 raise self.severe('Problem with "start-after" option of "%s" '
142 raise self.severe('Problem with "end-before" option of "%s" '
162 raise self.error(':number-lines: with non-integer '
/kernel/linux/linux-5.10/Documentation/sphinx/
Dkernel_include.py67 raise self.severe(
85 raise self.warning('"%s" directive disabled.' % self.name)
109 raise self.severe('Problems with "%s" directive path:\n'
114 raise self.severe('Problems with "%s" directive path:\n%s.' %
125 raise self.severe('Problem with "%s" directive:\n%s' %
134 raise self.severe('Problem with "start-after" option of "%s" '
142 raise self.severe('Problem with "end-before" option of "%s" '
162 raise self.error(':number-lines: with non-integer '
/kernel/linux/linux-5.10/tools/testing/kunit/
Dkunit_kernel.py41 raise ConfigError('Could not call make command: ' + str(e))
43 raise ConfigError(e.output.decode())
54 raise ConfigError('Could not call make command: ' + str(e))
56 raise ConfigError(e.output.decode())
91 raise BuildError('Could not call make command: ' + str(e))
94 raise BuildError(stderr.decode())
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/
Dsignal_test_022.cpp36 printf("Receive signal. Raise successes\n\n"); in SigPrint()
52 retValue = raise(sig); in TestRaise()
63 retValue = raise(sig); in TestRaise()
73 retValue = raise(sig); in TestRaise()
Dsignal_test_032.cpp53 printf("test032 raise before\n"); in TestCase()
66 raise(SIGUSR1); in TestCase()
67 printf("test032 raise after\n"); in TestCase()
/kernel/linux/linux-4.19/lib/
Dnmi_backtrace.c31 * When raise() is called it will be passed a pointer to the
33 * directly from their raise() functions may rely on the mask
38 void (*raise)(cpumask_t *mask)) in nmi_trigger_cpumask_backtrace()
67 raise(to_cpumask(backtrace_mask)); in nmi_trigger_cpumask_backtrace()
/kernel/linux/linux-5.10/lib/
Dnmi_backtrace.c31 * When raise() is called it will be passed a pointer to the
33 * directly from their raise() functions may rely on the mask
38 void (*raise)(cpumask_t *mask)) in nmi_trigger_cpumask_backtrace()
67 raise(to_cpumask(backtrace_mask)); in nmi_trigger_cpumask_backtrace()
/kernel/linux/linux-4.19/scripts/gdb/linux/
Dlists.py25 raise gdb.GdbError("Must be struct list_head not {}"
37 raise TypeError("Type {} found. Expected struct list_head *."
47 raise gdb.GdbError('argument must be of type (struct list_head [*])')
110 raise gdb.GdbError("lx-list-check takes one argument")
Dproc.py153 raise gdb.GdbError("Provide a PID as integer value")
159 raise gdb.GdbError("Couldn't find a process with PID {}"
164 raise gdb.GdbError("No namespace for current process")
232 raise gdb.GdbError("Kernel not compiled with CONFIG_OF\n")
246 raise gdb.GdbError("No flattened device tree magic found\n")
263 raise gdb.GdbError("Could not open file to dump fdt")
/kernel/linux/linux-4.19/Documentation/misc-devices/
Dpci-endpoint-test.txt11 *) raise legacy IRQ
12 *) raise MSI IRQ
13 *) raise MSI-X IRQ
/kernel/linux/linux-5.10/Documentation/misc-devices/
Dpci-endpoint-test.rst16 #) raise legacy IRQ
17 #) raise MSI IRQ
18 #) raise MSI-X IRQ
/kernel/linux/linux-5.10/Documentation/PCI/endpoint/
Dpci-test-function.rst44 Bit 0 raise legacy IRQ
45 Bit 1 raise MSI IRQ
46 Bit 2 raise MSI-X IRQ
83 for the READ/WRITE/COPY and raise IRQ (Legacy/MSI) commands.
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
Dani.c44 * raise or lower immunity accordingly by setting one or more of these
50 * threshold of errors has been reached we will raise immunity.
51 * Also we regularly check the amount of errors and lower or raise immunity as
219 * Try to raise noise immunity (=decrease sensitivity) in several steps
228 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_ANI, "raise immunity (%s)", in ath5k_ani_raise_immunity()
231 /* first: raise noise immunity */ in ath5k_ani_raise_immunity()
237 /* only OFDM: raise spur immunity level */ in ath5k_ani_raise_immunity()
267 /* as a last resort or CCK: raise firstep level */ in ath5k_ani_raise_immunity()
274 * but can raise firstep level */ in ath5k_ani_raise_immunity()
467 * receive ("listen" time) and raise or lower immunity accordingly.
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ath/ath5k/
Dani.c44 * raise or lower immunity accordingly by setting one or more of these
50 * threshold of errors has been reached we will raise immunity.
51 * Also we regularly check the amount of errors and lower or raise immunity as
219 * Try to raise noise immunity (=decrease sensitivity) in several steps
228 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_ANI, "raise immunity (%s)", in ath5k_ani_raise_immunity()
231 /* first: raise noise immunity */ in ath5k_ani_raise_immunity()
237 /* only OFDM: raise spur immunity level */ in ath5k_ani_raise_immunity()
267 /* as a last resort or CCK: raise firstep level */ in ath5k_ani_raise_immunity()
274 * but can raise firstep level */ in ath5k_ani_raise_immunity()
467 * receive ("listen" time) and raise or lower immunity accordingly.
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/accel/
Dlis302.txt37 - st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition
38 - st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition
39 - st,irq{1,2}-data-ready: raise IRQ 1/2 on data ready contition
40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition

12345678910>>...30