/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | cake.json | 17 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non… 38 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth 1Kbit diffserv3 triple-isolate nonat n… 59 …ake 1: root refcnt [0-9]+ bandwidth unlimited autorate-ingress diffserv3 triple-isolate nonat nowa… 80 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non… 101 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited besteffort triple-isolate no… 122 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv8 triple-isolate non… 143 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv4 triple-isolate non… 290 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non… 311 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non… 332 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non… [all …]
|
/linux/tools/testing/selftests/drivers/net/ |
H A D | stats.py | 106 for ifindex, triple in ifindexes.items(): 107 all_keys = triple[0].keys() | triple[1].keys() | triple[2].keys() 110 ksft_ge(triple[1][key], triple[0][key], comment="bad key: " + key) 111 ksft_ge(triple[2][key], triple[1][key], comment="bad key: " + key)
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | triple_fault_event_test.c | 38 /* L2 should triple fault after a triple fault event injected. */ in l1_guest_code_vmx() 105 "Triple fault event invalid"); in main() 107 "No triple fault pending"); in main()
|
/linux/tools/testing/selftests/bpf/ |
H A D | jit_disasm_helpers.c | 93 char *label, *colon, *triple = NULL; in disasm_one_func() local 100 triple = LLVMGetDefaultTargetTriple(); in disasm_one_func() 101 ctx = LLVMCreateDisasm(triple, &labels, 0, NULL, lookup_symbol); in disasm_one_func() 161 if (triple) in disasm_one_func() 162 LLVMDisposeMessage(triple); in disasm_one_func()
|
/linux/arch/s390/crypto/ |
H A D | Kconfig | 106 tristate "Ciphers: DES and Triple DES EDE, modes: ECB, CBC, CTR" 113 Block ciphers: Triple DES EDE (FIPS 46-3) cipher algorithm 115 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes
|
/linux/drivers/net/ethernet/altera/ |
H A D | Kconfig | 3 tristate "Altera Triple-Speed Ethernet MAC support" 12 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
|
/linux/Documentation/networking/device_drivers/ethernet/altera/ |
H A D | altera_tse.rst | 6 Altera Triple-Speed Ethernet MAC driver 11 This is the driver for the Altera Triple-Speed Ethernet (TSE) controllers 24 The Triple-Speed Ethernet, SGDMA, and MSGDMA components are all soft IP 31 Triple-Speed Ethernet instance is using an SGDMA or MSGDMA component. The 61 Altera Triple-Speed Ethernet MAC support (ALTERA_TSE) 154 - Altera Triple Speed Ethernet User Guide, found at http://www.altera.com
|
/linux/drivers/mux/ |
H A D | adg792a.c | 3 * Multiplexer driver for Analog Devices ADG792A/G Triple 4:1 mux 122 dev_info(dev, "triple pole quadruple throw mux registered\n"); in adg792a_probe() 151 MODULE_DESCRIPTION("Analog Devices ADG792A/G Triple 4:1 mux driver");
|
H A D | Kconfig | 16 ADG792A and ADG792G Wide Bandwidth Triple 4:1 Multiplexers
|
/linux/Documentation/devicetree/bindings/misc/ |
H A D | xlnx,tmr-manager.yaml | 7 title: Xilinx Triple Modular Redundancy(TMR) Manager IP 13 The Triple Modular Redundancy(TMR) Manager is responsible for handling the
|
H A D | xlnx,tmr-inject.yaml | 7 title: Xilinx Triple Modular Redundancy(TMR) Inject IP 13 The Triple Modular Redundancy(TMR) Inject core provides functional fault
|
/linux/arch/sparc/crypto/ |
H A D | Kconfig | 6 tristate "Ciphers: DES and Triple DES EDE, modes: ECB/CBC" 13 Block cipher: Triple DES EDE (FIPS 46-3) cipher algorithm
|
/linux/include/crypto/ |
H A D | des.h | 3 * DES & Triple DES EDE Cipher Algorithms. 45 * des3_ede_expand_key - Expand a triple DES input key into a key schedule
|
/linux/crypto/ |
H A D | des_generic.c | 5 * DES & Triple DES EDE Cipher Algorithms. 129 MODULE_DESCRIPTION("DES & Triple DES EDE Cipher Algorithms");
|
/linux/arch/x86/crypto/ |
H A D | Kconfig | 121 tristate "Ciphers: Triple DES EDE with modes: ECB, CBC" 127 Block cipher: Triple DES EDE (FIPS 46-3) cipher algorithm 128 Length-preserving ciphers: Triple DES EDE with ECB and CBC modes
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-reboot | 19 Description: Reboot type. Valid values are: bios acpi kbd triple efi pci
|
/linux/arch/x86/mm/ |
H A D | cpu_entry_area.c | 152 * not mapped; it just exists to catch triple nesting of #DB. in percpu_setup_exception_stacks() 189 * GDT is read-only, that will triple fault. The TSS cannot be in setup_cpu_entry_area()
|
/linux/include/media/i2c/ |
H A D | tvp7002.h | 2 /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics
|
/linux/Documentation/devicetree/bindings/timer/ |
H A D | cdns,ttc.yaml | 7 title: Cadence TTC - Triple Timer Counter
|
/linux/Documentation/devicetree/bindings/crypto/ |
H A D | atmel,at91sam9g46-tdes.yaml | 8 title: Atmel Triple Data Encryption Standard (TDES) HW cryptographic accelerator
|
/linux/scripts/ |
H A D | Makefile.clang | 3 # relying on the target triple.
|
/linux/Documentation/devicetree/bindings/leds/ |
H A D | onnn,ncp5623.yaml | 13 NCP5623 Triple Output I2C Controlled LED Driver.
|
/linux/drivers/media/rc/keymaps/ |
H A D | rc-mygica-utv3.c | 27 { 0x0a, KEY_DIGITS }, /* Single/double/triple digit */
|
/linux/Documentation/arch/x86/x86_64/ |
H A D | boot-options.rst | 129 triple 130 Force a triple fault (init)
|
/linux/Documentation/devicetree/bindings/mux/ |
H A D | adi,adg792a.txt | 1 Bindings for Analog Devices ADG792A/G Triple 4:1 Multiplexers
|