Home
last modified time | relevance | path

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

123

/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/gpib/ni_usb/
H A Dni_usb_gpib.c374 int unexpected = 0; in ni_usb_parse_register_read_block() local
382 unexpected = 1; in ni_usb_parse_register_read_block()
391 unexpected = 1; in ni_usb_parse_register_read_block()
396 unexpected = 1; in ni_usb_parse_register_read_block()
402 unexpected = 1; in ni_usb_parse_register_read_block()
405 if (unexpected) in ni_usb_parse_register_read_block()
438 int unexpected = 0; in parse_board_ibrd_readback() local
448 unexpected = 1; in parse_board_ibrd_readback()
481 unexpected = 1; in parse_board_ibrd_readback()
487 unexpected = 1; in parse_board_ibrd_readback()
[all …]
/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/Documentation/tools/rtla/
H A Drtla.rst19 precise information about the properties and root causes of unexpected
/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/Documentation/trace/rv/
H A Dmonitor_rtapp.rst12 unexpected latency and fail to meet their time requirements. Often, these flaws
26 reasons for unexpected latency with real-time applications. It is a container of
/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.txt1694 unexecpted||unexpected
1695 unexepected||unexpected
1696 unexpcted||unexpected
1697 unexpectd||unexpected
1698 unexpeted||unexpected
1699 unexpexted||unexpected
/linux/drivers/firmware/arm_scmi/
H A DKconfig45 order to avoid unexpected interactions with the SCMI Raw message
/linux/Documentation/admin-guide/
H A Dtainted-kernels.rst90 5 _/B 32 bad page referenced or some unexpected page flags
152 unexpected page flags. This indicates a hardware problem or a kernel bug;
H A Dsyscall-user-dispatch.rst41 ABI is completely unexpected to Linux. Syscall User Dispatch, therefore
/linux/tools/testing/selftests/bpf/
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/arch/arc/boot/dts/
H A Dhsdk.dts159 * unexpected default value (it should divide by 1

123