Home
last modified time | relevance | path

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

12345678910>>...17

/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-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/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()
Dsignal_test_020.cpp137 retValue = raise(SIGINT); in TestSigSuspend()
147 retValue = raise(SIGALRM); in TestSigSuspend()
202 retValue = raise(SIGUSR1); in TestSigSuspend()
206 printf("raise 1 = %lx\n", new1.__bits[0]); in TestSigSuspend()
/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 '
Dkernel_abi.py89 raise self.warning("docutils: file insertion disabled")
131 raise self.severe(
136 raise self.severe(u"problems with '%s' directive: %s."
/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()
Dsignal_test_002.cpp53 retValue = raise(sig); in TestRaiseIgnore()
61 retValue = raise(sig); in TestRaiseIgnore()
66 retValue = raise(sig); in TestRaiseIgnore()
Dsignal_test_024.cpp64 retValue = raise(SIGINT); in TestSigaction()
84 retValue = raise(SIGINT); in TestSigaction()
88 retValue = raise(SIGALRM); in TestSigaction()
Dsignal_test_009.cpp89 retValue = raise(1); in TestSigSet()
106 retValue = raise(1); in TestSigSet()
111 retValue = raise(1); in TestSigSet()
/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-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-5.10/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
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py73 raise SkipTest()
79 raise SkipTest()
111 raise SkipTest()
114 raise SkipTest()
118 raise RecordValuePickerException()
406 raise UnavailableDevlinkNameException()
/kernel/linux/linux-5.10/tools/perf/tests/
Dperf-hooks.c14 raise(SIGSEGV); in sigsegv_handler()
26 raise(SIGSEGV); in the_hook()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dslog2.S32 | Step 0. If X < 0, create a NaN and raise the invalid operation
47 | Step 0. If X < 0, create a NaN and raise the invalid operation
61 | Step 0. If X < 0, create a NaN and raise the invalid operation
76 | Step 0. If X < 0, create a NaN and raise the invalid operation

12345678910>>...17