Home
last modified time | relevance | path

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

12345678910>>...34

/linux/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh487 local -a expects=("${@}")
509 local expect=${expects[$key]}
527 local -a expects=("${@}")
531 vxlan_flood_test $mac $dst $vid "${expects[@]}"
582 local -a expects=(0 0 0 0 0)
583 expects[$hit_idx]=10
585 vxlan_flood_test $mac $dst $vid "${expects[@]}"
631 local -a expects=(0 0 0 0 0)
639 expects[0]=10; expects[1]=10; expects[3]=10
640 vxlan_flood_test $mac $dst $vid "${expects[@]}"
[all …]
H A 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/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste_v3.c12 /* The hardware expects here size in words (2 byte) */ in dr_ste_v3_set_encap()
25 /* The hardware expects here offset to vlan header in words (2 byte) */ in dr_ste_v3_set_push_vlan()
39 /* The hardware expects here size in words (2 byte) */ in dr_ste_v3_set_pop_vlan()
61 /* The hardware expects here size in words (2 byte) */ in dr_ste_v3_set_encap_l3()
91 /* The hardware expects here size and offset in words (2 byte) */ in dr_ste_v3_set_insert_hdr()
113 /* The hardware expects here size and offset in words (2 byte) */ in dr_ste_v3_set_remove_hdr()
165 /* The hardware expects here offset to words (2 bytes) */ in dr_ste_v3_set_action_decap_l3_list()
180 /* The hardware expects here size in words (2 bytes) */ in dr_ste_v3_set_action_decap_l3_list()
/linux/Documentation/arch/riscv/
H A 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/Documentation/devicetree/bindings/sound/
H A 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.
H A 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/rust/helpers/
H A Dbuild_assert.c7 * use it in contexts where Rust expects a `usize` like slice (array) indices.
24 "Rust code expects C `size_t` to match Rust `usize`"
/linux/drivers/gpu/drm/tests/
H A Ddrm_modes_test.c61 * The NTSC standard expects a line to take 63.556us. With a in drm_test_modes_analog_tv_ntsc_480i()
119 * The PAL standard expects a line to take 64us. With a pixel in drm_test_modes_analog_tv_pal_576i()
177 * The PAL standard expects a line to take 64us. With a pixel in drm_test_modes_analog_tv_mono_576i()
/linux/Documentation/usb/
H A Dmisc_usbsevseg.rst28 hex expects a value between 0-15 per character,
29 ascii expects a value between '0'-'9' and 'A'-'F'.
/linux/Documentation/ABI/testing/
H A 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/drivers/gpu/drm/clients/
H A Ddrm_client_setup.c63 * to drm_client_setup(), but expects a 4CC code as second argument.
77 * to drm_client_setup(), but expects a color mode as second argument.
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_db_mgr.c165 * This function expects that submission lock is already taken.
179 * This function expects that submission lock is already taken.
192 * This function is dedicated for the for use by the PF which expects that
/linux/arch/x86/xen/
H A Dxen-asm.S281 * CS were. The kernel expects __USER_DS and __USER_CS, so
301 * CS were. The kernel expects __USER_DS and __USER32_CS, so
323 * CS were. The kernel expects __USER_DS and __USER32_CS, so
/linux/drivers/media/common/videobuf2/
H A 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/drivers/hid/
H A 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/rust/kernel/
H A Dsync.rs73 // SAFETY: lockdep_register_key expects an uninitialized block of memory in new_dynamic()
98 // SAFETY: lockdep expects uninitialized memory when it's handed a statically allocated
/linux/tools/testing/selftests/bpf/
H A 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
602 * This function expects the cgroup work dir to be already created, as we
699 * This function expects the cgroup work dir to be already created, as we
/linux/mm/damon/tests/
H A Dcore-kunit.h300 unsigned long expects[] = {8, 16, 16, 24, 24, 28}; in damon_test_set_regions() local
310 KUNIT_EXPECT_EQ(test, r->ar.start, expects[expect_idx++]); in damon_test_set_regions()
311 KUNIT_EXPECT_EQ(test, r->ar.end, expects[expect_idx++]); in damon_test_set_regions()
399 unsigned int expects[] = {55000, 50000, 55000, 50000, 45000, 40000, in damon_test_moving_sum() local
406 KUNIT_EXPECT_EQ(test, mvsum, expects[i]); in damon_test_moving_sum()
/linux/include/linux/
H A Dhil_mlc.h70 /* HILSE_IN simply expects any non-errored packet to arrive
75 /* HILSE_EXPECT expects a particular packet to arrive
/linux/tools/lib/subcmd/
H A 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/tools/testing/selftests/riscv/vector/
H A Dvstate_prctl.c40 SKIP(return, "Test expects vector to be not supported"); in TEST()
54 SKIP(return, "Test expects vector to be not supported"); in TEST()
/linux/include/kunit/
H A Dtest.h978 * KUNIT_EXPECT_PTR_EQ() - Expects that pointers @left and @right are equal.
1020 * KUNIT_EXPECT_PTR_NE() - Expects that pointers @left and @right are not equal.
1062 * KUNIT_EXPECT_LE() - Expects that @left is less than or equal to @right.
1104 * KUNIT_EXPECT_GE() - Expects that @left is greater than or equal to @right.
1125 * KUNIT_EXPECT_STREQ() - Expects that strings @left and @right are equal.
1146 * KUNIT_EXPECT_STRNEQ() - Expects that strings @left and @right are not equal.
1167 * KUNIT_EXPECT_MEMEQ() - Expects that the first @size bytes of @left and @right are equal.
1194 * KUNIT_EXPECT_MEMNEQ() - Expects that the first @size bytes of @left and @right are not equal.
1221 * KUNIT_EXPECT_NULL() - Expects that @ptr is null.
1242 * KUNIT_EXPECT_NOT_NULL() - Expects that @ptr is not null.
[all …]
/linux/tools/testing/selftests/sysctl/
H A DMakefile3 # Expects kernel.sysctl_writes_strict=1.
/linux/tools/testing/selftests/pstore/
H A DMakefile3 # Expects pstore backend is registered.
/linux/arch/parisc/include/asm/
H A Dkbdleds.h7 * everyone expects the keypad to be used for numbers. That's why

12345678910>>...34