Home
last modified time | relevance | path

Searched full:expects (Results 1 – 25 of 1022) sorted by relevance

12345678910>>...41

/linux-6.8/tools/testing/selftests/net/forwarding/
Dvxlan_bridge_1q.sh487 local -a expects=("${@}")
509 local expect=${expects[$key]}
527 local -a expects=("${@}")
531 vxlan_flood_test $mac $dst $vid "${expects[@]}"
567 local -a expects=(0 0 0 0 0)
568 expects[$hit_idx]=10
570 vxlan_flood_test $mac $dst $vid "${expects[@]}"
616 local -a expects=(0 0 0 0 0)
624 expects[0]=10; expects[1]=10; expects[3]=10
625 vxlan_flood_test $mac $dst $vid "${expects[@]}"
[all …]
Dvxlan_bridge_1q_ipv6.sh629 local -a expects=("${@}")
651 local expect=${expects[$key]}
669 local -a expects=("${@}")
673 vxlan_flood_test $mac $dst $vid "${expects[@]}"
709 local -a expects=(0 0 0 0 0)
710 expects[$hit_idx]=10
712 vxlan_flood_test $mac $dst $vid "${expects[@]}"
758 local -a expects=(0 0 0 0 0)
766 expects[0]=10; expects[1]=10; expects[3]=10
767 vxlan_flood_test $mac $dst $vid "${expects[@]}"
[all …]
/linux-6.8/Documentation/arch/riscv/
Dboot.rst10 This document describes what the RISC-V kernel expects from bootloaders and
19 The RISC-V kernel expects the following of bootloaders and platform firmware:
24 The RISC-V kernel expects:
32 The RISC-V kernel expects:
46 The RISC-V kernel expects to be placed at a PMD boundary (2MB aligned for rv64
/linux-6.8/Documentation/devicetree/bindings/sound/
Dadi,axi-spdif-tx.txt7 The controller expects two clocks, the clock used for the AXI interface and
12 the core. The core expects one dma channel for transmit.
Dadi,axi-i2s.txt10 The controller expects two clocks, the clock used for the AXI interface and
15 the core. The core expects two dma channels if both transmit and receive are
/linux-6.8/Documentation/usb/
Dmisc_usbsevseg.rst28 hex expects a value between 0-15 per character,
29 ascii expects a value between '0'-'9' and 'A'-'F'.
/linux-6.8/Documentation/ABI/testing/
Dsysfs-class-net-qmi13 '802.3' mode, and the driver expects to exchange
16 and the driver expects to echange IPv4 or IPv6 packets
/linux-6.8/drivers/gpu/drm/xe/
Dxe_bo_types.h68 * @cpu_atomic: the CPU expects to do atomics operations to
73 * @device_atomic: the device expects to do atomics operations
/linux-6.8/arch/x86/xen/
Dxen-asm.S245 * CS were. The kernel expects __USER_DS and __USER_CS, so
265 * CS were. The kernel expects __USER_DS and __USER32_CS, so
287 * CS were. The kernel expects __USER_DS and __USER32_CS, so
/linux-6.8/mm/damon/
Dcore-test.h289 unsigned long expects[] = {8, 16, 16, 24, 24, 28}; in damon_test_set_regions() local
299 KUNIT_EXPECT_EQ(test, r->ar.start, expects[expect_idx++]); in damon_test_set_regions()
300 KUNIT_EXPECT_EQ(test, r->ar.end, expects[expect_idx++]); in damon_test_set_regions()
376 unsigned int expects[] = {55000, 50000, 55000, 50000, 45000, 40000, in damon_test_moving_sum() local
383 KUNIT_EXPECT_EQ(test, mvsum, expects[i]); in damon_test_moving_sum()
/linux-6.8/drivers/gpu/drm/tests/
Ddrm_modes_test.c57 * The NTSC standard expects a line to take 63.556us. With a in drm_test_modes_analog_tv_ntsc_480i()
104 * The PAL standard expects a line to take 64us. With a pixel in drm_test_modes_analog_tv_pal_576i()
/linux-6.8/drivers/media/common/videobuf2/
Dvideobuf2-memops.c87 * This function adds another user to the provided vma. It expects
105 * This function releases the user from the provided vma. It expects
/linux-6.8/drivers/hid/
Dhid-ite.c52 /* Touchpad on, userspace expects F22 for this */ in ite_input_mapping()
57 /* Touchpad off, userspace expects F23 for this */ in ite_input_mapping()
/linux-6.8/include/kunit/
Dtest.h892 * KUNIT_EXPECT_PTR_EQ() - Expects that pointers @left and @right are equal.
934 * KUNIT_EXPECT_PTR_NE() - Expects that pointers @left and @right are not equal.
976 * KUNIT_EXPECT_LE() - Expects that @left is less than or equal to @right.
1018 * KUNIT_EXPECT_GE() - Expects that @left is greater than or equal to @right.
1039 * KUNIT_EXPECT_STREQ() - Expects that strings @left and @right are equal.
1060 * KUNIT_EXPECT_STRNEQ() - Expects that strings @left and @right are not equal.
1081 * KUNIT_EXPECT_MEMEQ() - Expects that the first @size bytes of @left and @right are equal.
1108 * KUNIT_EXPECT_MEMNEQ() - Expects that the first @size bytes of @left and @right are not equal.
1135 * KUNIT_EXPECT_NULL() - Expects that @ptr is null.
1156 * KUNIT_EXPECT_NOT_NULL() - Expects that @ptr is not null.
[all …]
/linux-6.8/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S117 # less_than_8 expects length in upper 3 bits of len_dw
118 # less_than_8_post_shl1 expects length = carryflag * 8 + len_dw[31:30]
250 shl $32-4, len_dw # less_than_16 expects length
258 # less_than_8 expects length in upper 3 bits of len_dw
259 # less_than_8_post_shl1 expects length = carryflag * 8 + len_dw[31:30]
/linux-6.8/rust/
Dhelpers.c162 * use it in contexts where Rust expects a `usize` like slice (array) indices.
179 "Rust code expects C `size_t` to match Rust `usize`"
/linux-6.8/include/linux/
Dhil_mlc.h70 /* HILSE_IN simply expects any non-errored packet to arrive
75 /* HILSE_EXPECT expects a particular packet to arrive
/linux-6.8/tools/testing/selftests/sysctl/
DMakefile3 # Expects kernel.sysctl_writes_strict=1.
/linux-6.8/tools/testing/selftests/pstore/
DMakefile3 # Expects pstore backend is registered.
/linux-6.8/tools/testing/selftests/bpf/
Dcgroup_helpers.c278 * This function expects a cgroup to already be created, relative to the cgroup
379 * This function expects a cgroup to already be created, relative to the cgroup
380 * work dir. It also expects the cgroup doesn't have any children or live
599 * This function expects the cgroup work dir to be already created, as we
696 * This function expects the cgroup work dir to be already created, as we
/linux-6.8/tools/lib/subcmd/
Dparse-options.c266 return opterror(opt, "expects a numerical value", flags); in get_value()
281 return opterror(opt, "expects an unsigned numerical value", flags); in get_value()
284 return opterror(opt, "expects a numerical value", flags); in get_value()
300 return opterror(opt, "expects a numerical value", flags); in get_value()
316 return opterror(opt, "expects a numerical value", flags); in get_value()
331 return opterror(opt, "expects an unsigned numerical value", flags); in get_value()
334 return opterror(opt, "expects a numerical value", flags); in get_value()
/linux-6.8/arch/parisc/include/asm/
Dkbdleds.h7 * everyone expects the keypad to be used for numbers. That's why
/linux-6.8/tools/build/feature/
Dtest-scandirat.c9 // expects non-NULL, arg3 is 'restrict' so "pointers" have to be different in main()
/linux-6.8/tools/testing/selftests/bpf/progs/
Dfreplace_unreliable_prog.c9 /* context type is what BPF verifier expects for kprobe context, but target
/linux-6.8/arch/arm64/include/asm/
Dkvm_ras.h19 /* apei_claim_sea(NULL) expects to mask interrupts itself */ in kvm_handle_guest_sea()

12345678910>>...41