Home
last modified time | relevance | path

Searched refs:unexpected (Results 1 – 25 of 50) sorted by relevance

12

/linux/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh105 echo $FUNCNAME $cpu: unexpected fail >&2
108 echo $FUNCNAME $cpu: unexpected offline >&2
118 echo $FUNCNAME $cpu: unexpected success >&2
121 echo $FUNCNAME $cpu: unexpected online >&2
131 echo $FUNCNAME $cpu: unexpected fail >&2
134 echo $FUNCNAME $cpu: unexpected offline >&2
144 echo $FUNCNAME $cpu: unexpected success >&2
147 echo $FUNCNAME $cpu: unexpected offline >&2
/linux/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh86 echo $FUNCNAME $memory: unexpected fail >&2
89 echo $FUNCNAME $memory: unexpected offline >&2
100 echo $FUNCNAME $memory: unexpected success >&2
103 echo $FUNCNAME $memory: unexpected online >&2
114 echo $FUNCNAME $memory: unexpected fail >&2
117 echo $FUNCNAME $memory: unexpected offline >&2
128 echo $FUNCNAME $memory: unexpected success >&2
131 echo $FUNCNAME $memory: unexpected offline >&2
/linux/rust/syn/
H A Dparse.rs263 unexpected: Cell<Option<Rc<Cell<Unexpected>>>>, field
390 unexpected: Rc<Cell<Unexpected>>, in new_parse_buffer()
397 unexpected: Cell::new(Some(unexpected)), in new_parse_buffer()
433 let mut unexpected = get_unexpected(buffer); in inner_unexpected() localVariable
435 match cell_clone(&unexpected) { in inner_unexpected()
436 Unexpected::None => return (unexpected, None), in inner_unexpected()
437 Unexpected::Some(span, delimiter) => return (unexpected, Some((span, delimiter))), in inner_unexpected()
438 Unexpected::Chain(next) => unexpected = next, in inner_unexpected()
444 cell_clone(&buffer.unexpected).unwrap() in get_unexpected()
452 if let Some(unexpected) = span_of_unexpected_ignoring_nones(inner) { in span_of_unexpected_ignoring_nones()
[all …]
H A Ddiscouraged.rs191 fork.unexpected in advance_to()
219 let unexpected = crate::parse::get_unexpected(self); in parse_any_delimiter() localVariable
220 let content = crate::parse::new_parse_buffer(scope, nested, unexpected); in parse_any_delimiter()
H A Dgroup.rs89 let unexpected = crate::parse::get_unexpected(input); in parse_delimited() localVariable
90 let content = crate::parse::new_parse_buffer(scope, nested, unexpected); in parse_delimited()
/linux/tools/testing/selftests/bpf/progs/
H A Dlocal_storage_rcu_tasks_trace_bench.c19 long unexpected; variable
56 __sync_add_and_fetch(&unexpected, 1); in postgp()
/linux/Documentation/infiniband/
H A Dtag_matching.rst24 this is an expected message, otherwise it is called an unexpected message.
45 unexpected message list. The application posts receive buffers through calls
52 placed in the unexpected message list. Otherwise the match is processed,
58 the software unexpected message list for a matching receive. If a match is
68 hardware, as the matching unexpected message is being passed from the hardware
/linux/drivers/iio/adc/
H A Dimx93_adc.c288 u32 isr, eoc, unexpected; in imx93_adc_isr() local
298 unexpected = isr & ~IMX93_ADC_ISR_EOC_ECH_MASK; in imx93_adc_isr()
299 if (unexpected) { in imx93_adc_isr()
300 writel(unexpected, adc->regs + IMX93_ADC_ISR); in imx93_adc_isr()
301 dev_err(adc->dev, "Unexpected interrupt 0x%08x.\n", unexpected); in imx93_adc_isr()
/linux/fs/overlayfs/
H A DKconfig27 feature will have unexpected results.
61 that doesn't support this feature will have unexpected results.
86 that doesn't support this feature will have unexpected results.
125 that doesn't support this feature will have unexpected results.
/linux/kernel/trace/rv/monitors/rtapp/
H A DKconfig7 application that may cause unexpected latency.
/linux/tools/tracing/rtla/
H A DREADME.txt6 about the properties and root causes of unexpected results.
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c209 if (ctx.skel->bss->unexpected) { in report_progress()
/linux/Documentation/arch/arm64/
H A Dlegacy_instructions.rst68 be unexpected results in the application.
/linux/Documentation/userspace-api/gpio/
H A Derror-codes.rst75 applications should abort on unexpected errors, or otherwise
/linux/Documentation/admin-guide/blockdev/
H A Dfloppy.rst166 Print a warning message when an unexpected interrupt is received.
170 Don't print a message when an unexpected interrupt is received. This
172 to be an interaction between video and floppy. The unexpected
/linux/tools/testing/selftests/futex/
H A DREADME44 ERROR: Description of unexpected error
/linux/Documentation/userspace-api/media/
H A Dgen-errors.rst90 applications should abort on unexpected errors, or otherwise
/linux/scripts/
H A Dspelling.txt1696 unexecpted||unexpected
1697 unexepected||unexpected
1698 unexpcted||unexpected
1699 unexpectd||unexpected
1700 unexpeted||unexpected
1701 unexpexted||unexpected
/linux/drivers/firmware/arm_scmi/
H A DKconfig45 order to avoid unexpected interactions with the SCMI Raw message
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c969 bool unexpected; in validate_msgs() local
977 unexpected = msg->negative && match->start; in validate_msgs()
978 if (no_match || wrong_line || unexpected) { in validate_msgs()
H A DREADME.rst319 libbpf: ELF relo #0 in section #6 has unexpected type 2 in .../bpf_tcp_nogpl.bpf.o
337 …thub.com/llvm/llvm-project/commit/ea72b0319d7b0f0c2fcf41d121afa5d031b319d5? unexpected error: -4007
/linux/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst41 ABI is completely unexpected to Linux. Syscall User Dispatch, therefore
/linux/arch/arc/boot/dts/
H A Dhsdk.dts159 * unexpected default value (it should divide by 1
/linux/Documentation/core-api/real-time/
H A Dhardware.rst164 uncover any unexpected behaviour.
225 computation. Another example that may block in an unexpected way are OP-TEE
/linux/Documentation/networking/devlink/
H A Dmlx5.rst397 number of packets generated by the VNIC experiencing unexpected steering
400 number of packets handled by the VNIC experiencing unexpected steering

12