Searched refs:expects (Results 1 – 25 of 120) sorted by relevance
12345
/linux-6.1.9/tools/testing/selftests/net/forwarding/ |
D | vxlan_bridge_1q.sh | 487 local -a expects=("${@}") 509 local expect=${expects[$key]} 527 local -a expects=("${@}") 567 local -a expects=(0 0 0 0 0) 568 expects[$hit_idx]=10 616 local -a expects=(0 0 0 0 0) 624 expects[0]=10; expects[1]=10; expects[3]=10 634 expects[0]=10; expects[1]=0; expects[3]=0 644 expects[0]=10; expects[1]=10; expects[3]=10 654 expects[0]=10; expects[1]=10; expects[3]=10 [all …]
|
D | vxlan_bridge_1q_ipv6.sh | 629 local -a expects=("${@}") 651 local expect=${expects[$key]} 669 local -a expects=("${@}") 709 local -a expects=(0 0 0 0 0) 710 expects[$hit_idx]=10 758 local -a expects=(0 0 0 0 0) 766 expects[0]=10; expects[1]=10; expects[3]=10 776 expects[0]=10; expects[1]=0; expects[3]=0 786 expects[0]=10; expects[1]=10; expects[3]=10 796 expects[0]=10; expects[1]=10; expects[3]=10 [all …]
|
D | vxlan_bridge_1d.sh | 387 local -a expects=("${@}") 404 local expect=${expects[$key]} 454 local -a expects=(0 0 0) 455 expects[$hit_idx]=10
|
D | vxlan_bridge_1d_ipv6.sh | 508 local -a expects=("${@}") 525 local expect=${expects[$key]} 575 local -a expects=(0 0 0) 576 expects[$hit_idx]=10
|
/linux-6.1.9/Documentation/devicetree/bindings/sound/ |
D | adi,axi-spdif-tx.txt | 7 The controller expects two clocks, the clock used for the AXI interface and 12 the core. The core expects one dma channel for transmit.
|
D | adi,axi-i2s.txt | 10 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.1.9/Documentation/usb/ |
D | misc_usbsevseg.rst | 28 hex expects a value between 0-15 per character, 29 ascii expects a value between '0'-'9' and 'A'-'F'.
|
/linux-6.1.9/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 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.1.9/mm/damon/ |
D | core-test.h | 276 unsigned long expects[] = {8, 16, 16, 24, 24, 28}; in damon_test_set_regions() local 286 KUNIT_EXPECT_EQ(test, r->ar.start, expects[expect_idx++]); in damon_test_set_regions() 287 KUNIT_EXPECT_EQ(test, r->ar.end, expects[expect_idx++]); in damon_test_set_regions()
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-class-net-qmi | 13 '802.3' mode, and the driver expects to exchange 16 and the driver expects to echange IPv4 or IPv6 packets
|
D | sysfs-class-fc | 16 The interface expects a string "<cgroupid>:<appid>" where:
|
/linux-6.1.9/Documentation/leds/ |
D | leds-sc27xx.rst | 15 For the breathing mode, the SC27XX LED only expects one brightness
|
D | leds-lp3944.rst | 43 The chip is used mainly in embedded contexts, so this driver expects it is
|
/linux-6.1.9/Documentation/devicetree/bindings/phy/ |
D | brcm,stingray-usb-phy.txt | 9 - Must be 1 for brcm,sr-usb-combo-phy as it expects one argument to indicate
|
/linux-6.1.9/arch/powerpc/boot/dts/ |
D | ps3.dts | 33 * dtc expects a clock-frequency and timebase-frequency entries, so
|
/linux-6.1.9/Documentation/x86/x86_64/ |
D | cpu-hotplug-spec.rst | 16 For CPU hotplug Linux/x86-64 expects now that any possible future hotpluggable
|
/linux-6.1.9/Documentation/w1/slaves/ |
D | w1_ds28e04.rst | 41 driven low-active, i.e. the driver delivers/expects low-active values.
|
/linux-6.1.9/security/loadpin/ |
D | Kconfig | 34 expects a file descriptor of a file with verity digests as
|
/linux-6.1.9/arch/m68k/fpsp040/ |
D | sto_res.S | 4 | Takes the result and puts it in where the user expects it.
|
/linux-6.1.9/Documentation/devicetree/bindings/display/panel/ |
D | advantech,idk-2121wr.yaml | 18 The panel expects odd pixels on the first port, and even pixels on the
|
/linux-6.1.9/Documentation/admin-guide/ |
D | edid.rst | 41 Makefile. Please note that the EDID data structure expects the timing
|
/linux-6.1.9/Documentation/core-api/ |
D | timekeeping.rst | 84 interface that expects a 'timespec' or 'timeval' structure. 125 in a fast path and one still expects better than second accuracy,
|
/linux-6.1.9/arch/arm64/boot/dts/marvell/ |
D | armada-3720-turris-mox.dts | 143 * U-Boot port for Turris Mox has a bug which always expects that "ranges" DT property 145 * 2 size cells and also expects that the second range starts at 16 MB offset. Also it 146 * expects that first range uses same address for PCI (child) and CPU (parent) cells (so
|
/linux-6.1.9/drivers/atm/ |
D | nicstarmac.copyright | 21 * expects the Linux ATM stack to support scatter-gather lists
|
/linux-6.1.9/Documentation/devicetree/bindings/dvfs/ |
D | performance-domain.yaml | 67 // domain provider and expects one cell as its phandle argument.
|
12345