Home
last modified time | relevance | path

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

12345678910>>...20

/linux/tools/testing/selftests/drivers/net/
H A Dhds.py16 raise KsftSkipEx('ring-get not supported by device')
18 raise KsftSkipEx('tcp-data-split not supported by device')
37 raise KsftSkipEx('ring-get not supported by device')
40 raise KsftSkipEx('setting Tx ring size not supported')
57 raise KsftSkipEx('ring-get not supported by device')
59 raise KsftSkipEx('hds-thresh not supported by device')
66 raise KsftSkipEx("disabling of HDS not supported by the device")
68 raise KsftSkipEx("ring-set not supported by the device")
72 raise KsftSkipEx('ring-get not supported by device')
74 raise KsftSkipEx('tcp-data-split not supported by device')
[all …]
H A Dshaper.py15 raise KsftSkipEx("shapers not supported by the device")
16 raise
26 raise KsftSkipEx("shapers not supported by the device")
27 raise
39 raise KsftSkipEx("shapers not supported by the device")
40 raise
42 raise KsftSkipEx("device does not support queue scope shapers with bw_max and metric bps")
54 raise KsftSkipEx(f"device does not support enough queues min 3 found {cfg.nr_queues}")
96 raise KsftSkipEx("queue shapers not supported by device, skipping delete")
112 raise KsftSkipEx("shapers not supported by the device")
[all …]
H A Dnetpoll_basic.py76 raise KsftSkipEx(
109 raise KsftSkipEx(
134 raise KsftSkipEx(
158 raise KsftFailEx(
187 raise KsftFailEx(
220 raise KsftFailEx(
252 raise KsftSkipEx("BPFtrace thread is not alive. Skipping test")
264 raise KsftFailEx("BPFtrace didn't start")
276 raise KsftFailEx(f"bpftrace failed to run!?: {MAPS}")
295 raise KsftXfailEx("netpoll_poll_dev() was not called during the test...")
[all …]
H A Dqueues.py31 raise KsftSkipEx('AF_XDP unsupported')
33 raise KsftFailEx('unable to create AF_XDP socket')
42 raise KsftSkipEx("Netlink reports no queues")
67 raise KsftSkipEx('queue-get not supported by device')
76 raise KsftSkipEx('queue-get not supported by device')
80 raise KsftSkipEx('cannot decrement queue: already at 1')
H A Dstats.py34 raise KsftSkipEx("pause not supported by the device") from e
35 raise
52 raise KsftSkipEx("FEC not supported by the device") from e
53 raise
75 raise KsftSkipEx("qstats not supported by the device")
92 raise KsftFailEx("RTNL stats are lower, fetched later")
95 raise KsftFailEx("Qstats are lower, fetched later")
117 raise KsftSkipEx("No ifindex supports qstats")
178 raise KsftSkipEx("qstats not supported by the device") from e
179 raise
/linux/tools/testing/selftests/signal/
H A Dmangle_uc_sigmask.c56 if (raise(SIGUSR2)) in handler_verify_ucontext()
57 ksft_exit_fail_perror("raise"); in handler_verify_ucontext()
79 * Break out of infinite recursion caused by raise(SIGUSR1) invoked in handler_usr()
87 if (raise(SIGSEGV)) in handler_usr()
88 ksft_exit_fail_perror("raise"); in handler_usr()
96 if (raise(SIGUSR1)) in handler_usr()
97 ksft_exit_fail_perror("raise"); in handler_usr()
102 /* Raise USR1 again; only one instance must be delivered upon exit */ in handler_usr()
103 if (raise(SIGUSR1)) in handler_usr()
104 ksft_exit_fail_perror("raise"); in handler_usr()
[all …]
/linux/tools/net/sunrpc/xdrgen/generators/
H A D__init__.py27 raise NotImplementedError("Language not supported")
77 raise NotImplementedError("No language support defined")
81 raise NotImplementedError("Header boilerplate generation not supported")
85 raise NotImplementedError("Header boilerplate generation not supported")
89 raise NotImplementedError("Source boilerplate generation not supported")
97 raise NotImplementedError("No language support defined")
101 raise NotImplementedError("Declaration generation not supported")
105 raise NotImplementedError("Decoder generation not supported")
109 raise NotImplementedError("Definition generation not supported")
113 raise NotImplementedError("Encoder generation not supported")
[all …]
H A Dtypedef.py59 raise NotImplementedError("<optional_data> typedef not yet implemented")
61 raise NotImplementedError("<void> typedef not yet implemented")
63 raise NotImplementedError("typedef: type not recognized")
105 raise NotImplementedError("<optional_data> typedef not yet implemented")
107 raise NotImplementedError("<void> typedef not yet implemented")
109 raise NotImplementedError("typedef: type not recognized")
166 raise NotImplementedError("<optional_data> typedef not yet implemented")
168 raise NotImplementedError("<void> typedef not yet implemented")
170 raise NotImplementedError("typedef: type not recognized")
226 raise NotImplementedError("<optional_data> typedef not yet implemented")
[all …]
/linux/scripts/gdb/linux/
H A Drbtree.py29 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type))
45 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type))
70 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type))
93 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type))
124 raise gdb.GdbError("No entry in tree")
144 raise gdb.GdbError("No entry in tree")
164 raise gdb.GdbError("No entry in tree")
184 raise gdb.GdbError("No entry in tree")
H A Dmapletree.py39 raise gdb.GdbError("must be {} not {}"
111 raise gdb.GdbError("{} must be {} not {}"
126 raise gdb.GdbError("{} must be {} not {}"
132 raise gdb.GdbError("{} must be {} not {}"
146 raise gdb.GdbError("{} must be {} not {}"
153 raise gdb.GdbError("{} must be {} not {}"
172 raise gdb.GdbError("{}: must be {} not {}"
183 raise gdb.GdbError("{}: must be {} not {}"
H A 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')
H A Dproc.py160 raise gdb.GdbError("Provide a PID as integer value")
166 raise gdb.GdbError("Couldn't find a process with PID {}"
171 raise gdb.GdbError("No namespace for current process")
238 raise gdb.GdbError("Kernel not compiled with CONFIG_OF\n")
252 raise gdb.GdbError("No flattened device tree magic found\n")
269 raise gdb.GdbError("Could not open file to dump fdt")
H A Dlists.py27 raise TypeError("Must be struct list_head not {}"
50 raise TypeError("Must be struct hlist_head not {}"
69 raise gdb.GdbError('argument must be of type (struct list_head [*])')
132 raise gdb.GdbError("lx-list-check takes one argument")
/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_rate_tc_bw.py117 raise KsftSkipEx(f"Failed to enable switchdev mode on {cfg.pci}") from exc
122 raise KsftSkipEx(f"Failed to enable SR-IOV on {cfg.ifname}") from exc
130 raise KsftSkipEx("VF interface not found")
192 raise KsftSkipEx("Could not find representor for the VF")
203 raise KsftSkipEx("Could not find VF port index")
223 raise KsftSkipEx("devlink rate configuration is not supported on the VF") from exc
224 raise KsftFailEx(f"rate_set failed on VF port {port_index}") from exc
271 raise KsftFailEx("iperf3 barrier wait timed") from exc
323 raise KsftFailEx("iperf3 client failed; cannot evaluate bandwidth")
332 raise KsftFailEx(f"Missing expected TC results in {results}")
[all …]
H A Dpp_alloc_fail.py22 raise KsftSkipEx("Kernel built without function error injection (or DebugFS)")
59 raise KsftFailEx("Traffic seems low:", stat2['rx-packets'] - stat1['rx-packets'])
68 raise
70 raise KsftSkipEx("Driver does not report 'rx-alloc-fail' via qstats")
86 raise KsftSkipEx("Allocation failures not increasing")
88raise KsftSkipEx("Allocation increasing too slowly", s2['rx-alloc-fail'] - s1['rx-alloc-fail'],
H A Drss_input_xfrm.py33 raise KsftSkipEx("Need at least two CPUs to test symmetric RSS hash")
38 raise KsftSkipEx("socket.SO_INCOMING_CPU was added in Python 3.11")
45 raise KsftSkipEx("Symmetric RSS hash not requested")
65 raise KsftFailEx("Failed to run traffic")
H A Drss_ctx.py59raise KsftSkipEx("Ntuple filters not enabled on the device: " + str(features["ntuple-filters"]))
67raise KsftSkipEx(f"Test requires at least {need_cnt} contexts, but device only has {cfg.context_cn…
127 raise KsftFailEx("ethtool results missing key: " + k)
129 raise KsftFailEx(f"ethtool results empty for '{k}': {data[k]}")
203 raise KsftSkipEx("Not enough queues for the test or qstat not supported")
256raise Exception(f"Driver didn't prevent us from deactivating a used queue (context {ctx_id})")
268raise Exception(f"Driver didn't prevent us from targeting a nonexistent queue (context {ctx_id})")
289raise Exception(f"Driver didn't prevent us from deactivating a used queue (context {ctx_id})")
306 raise KsftSkipEx(f"Not enough queues for the test: {ch_max}")
381 raise KsftSkipEx("Unable to add any contexts")
[all …]
/linux/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py47 raise Exception("Can't parse configuration line:", full_file)
63 raise KsftXfailEx("Test only works on netdevsim")
68 raise KsftXfailEx("Test does not work on netdevsim")
122 raise KsftXfailEx("Test only works on netdevsim")
135 raise KsftXfailEx("Test does not work on netdevsim")
207 raise Exception("Invalid environment, missing configuration:", missing,
217 raise Exception("Can't resolve remote interface name, v4 and v6 don't match")
219 raise Exception("Can't resolve remote interface name, multiple interfaces match")
247 raise KsftSkipEx(f"Test requires IPv{ipver} connectivity")
260 raise KsftSkipEx("Test requires command: " + comm)
[all …]
/linux/tools/crypto/ccp/
H A Ddbc_cli.py70 raise IOError("Missing device {device}".format(device=args.device))
73 raise ValueError("Invalid signature file %s" % args.signature)
77 raise ValueError(
82 raise ValueError("Invalid uid file %s" % args.uid)
86 raise ValueError(
111 raise ValueError("Invalid message %s" % args.message)
124 raise ValueError("Invalid message %s" % args.message)
/linux/tools/testing/kunit/
H A Dkunit_kernel.py54 raise ConfigError('Could not call make command: ' + str(e))
56 raise ConfigError(e.output.decode())
71 raise ConfigError('Could not call make command: ' + str(e))
73 raise ConfigError(e.output.decode())
88 raise BuildError('Could not call execute make: ' + str(e))
90 raise BuildError(e.output)
93 raise BuildError(stderr.decode())
98 raise RuntimeError('not implemented!')
186 raise ConfigError(f'Specified kunitconfig ({path}) does not exist')
192raise ConfigError(f'Multiple values specified for {len(diff)} options in kunitconfig:\n{diff_str}')
[all …]
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py151 raise Exception(f"Auto-scalar len payload be 4 or 8 bytes, got {len(self.raw)}")
407 raise Exception(f'Multicast group "{mcast_name}" not present in the spec')
435 raise Exception(f'Multicast group "{mcast_name}" not present in the family')
456 raise Exception(
458 raise Exception(f"Attribute '{name}' not defined in any attribute-set")
481 raise Exception(f"Family '{self.yaml['name']}' not supported by the kernel")
492 raise ConfigError()
548 raise e
554 raise Exception(f"Space '{space}' has no attribute '{name}'")
593 raise Exception(f'Unknown type for binary attribute, value: {value}')
[all …]
/linux/Documentation/sphinx/
H A Dkernel_include.py69 raise self.severe(
89 raise self.warning('"%s" directive disabled.' % self.name)
112 raise self.severe('Problems with "%s" directive path:\n'
117 raise self.severe('Problems with "%s" directive path:\n%s.' %
128 raise self.severe('Problem with "%s" directive:\n%s' %
137 raise self.severe('Problem with "start-after" option of "%s" '
145 raise self.severe('Problem with "end-before" option of "%s" '
165 raise self.error(':number-lines: with non-integer '
/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py65 raise ValueError(f"Illegal character '{t.value[0]}'")
154 raise NotImplementedError
157 raise NotImplementedError
160 raise NotImplementedError
171 raise NotImplementedError
292 raise NotImplementedError
295 raise NotImplementedError
303 raise NotImplementedError
490 raise ValueError(f"Invalid unary operator {p[1]}")
510 raise ValueError(f"Invalid binary operator {p[2]}")
[all …]
/linux/lib/
H A 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()
68 raise(to_cpumask(backtrace_mask)); in nmi_trigger_cpumask_backtrace()
/linux/Documentation/PCI/endpoint/
H A 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.

12345678910>>...20