Home
last modified time | relevance | path

Searched +full:- +full:300 (Results 1 – 25 of 1059) sorted by relevance

12345678910>>...43

/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dred.json14 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red limit 1M avpkt 1500 min 100K max 300K",
17 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb $",
35 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red adaptive limit 1M avpkt 1500 min 100K max 300K",
38 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb adaptive $",
56 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red ecn limit 1M avpkt 1500 min 100K max 300K",
59 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn $",
77 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red ecn adaptive limit 1M avpkt 1500 min 100K max 300K",
80 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn adaptive $",
98 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red ecn harddrop limit 1M avpkt 1500 min 100K max 300K",
101 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300K
[all...]
/linux/tools/perf/tests/
H A Dhists_common.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 #define FAKE_PID_BASH 300
61 * bash: 300 bash main
62 * bash: 300 bash xmalloc
63 * bash: 300 bash xfree
64 * bash: 300 libc malloc
65 * bash: 300 libc free
66 * bash: 300 lib
[all...]
H A Dparse-metric.c1 // SPDX-License-Identifier: GPL-2.0
8 #include "pmu-events/pmu-events.h"
25 while (v->event) { in find_value()
26 if (!strcmp(name, v->event)) in find_value()
27 return v->val; in find_value()
40 count = find_value(evsel->name, vals); in load_runtime_stat()
41 evsel->supporte in load_runtime_stat()
[all...]
H A Dmaps.c1 // SPDX-License-Identifier: GPL-2.0
25 struct map_def *merged = &args->merged[args->i]; in check_maps_cb()
27 if (map__start(map) != merged->start || in check_maps_cb()
28 map__end(map) != merged->end || in check_maps_cb()
29 strcmp(dso__name(map__dso(map)), merged->name) || in check_maps_cb()
33 args->i++; in check_maps_cb()
78 { "bpf_prog_1", 200, 300 }, in test__maps__merge_in()
[all...]
/linux/Documentation/RCU/Design/Data-Structures/
H A DTreeMapping.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Creator: fig2dev Version 3.2 Patchlevel 5e -->
4 <!-- CreationDate: Wed Dec 9 17:43:22 2015 -->
6 <!-
[all...]
H A DTreeMappingLevel.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Creator: fig2dev Version 3.2 Patchlevel 5e -->
4 <!-- CreationDate: Wed Dec 9 17:45:19 2015 -->
6 <!-
[all...]
/linux/drivers/pcmcia/
H A Dsoc_common.h1 /* SPDX-License-Identifier: GPL-2.0 */
8 * integrated SOCs like the SA-11x0 and PXA2xx microprocessors.
68 * see section 4.7.4), or 300ns for a 600ns cycle time (for 3.3V
70 * has a maximum value of 150ns for a 300ns cycle time (for 5V
71 * operation), or 300ns for a 600ns cycle time (for 3.3V operation).
77 * memory command width time is 300ns.
81 #define SOC_PCMCIA_3V_MEM_ACCESS (300)
82 #define SOC_PCMCIA_ATTR_MEM_ACCESS (300)
[all...]
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * This file contains the logic to work with MPEG Program-Specific Information.
4 * These are defined both in ISO/IEC 13818-1 (systems) and ETSI EN 300 468.
19 * see ISO/IEC 13818-1 : 2000 and ETSI EN 300 468 V 1.10.1 for
28 #define EIT_MAX_SECTION_LEN 4093 /* see ETSI 300 468 v.1.10.1 p. 26 */
35 REGISTRATION_DESCRIPTOR = 0x05, /* See ISO/IEC 13818-
[all...]
/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-lenovo-ix4-300d.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for Lenovo Iomega ix4-300d
8 /dts-v1/;
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/gpio/gpio.h>
12 #include "armada-xp-mv7823
[all...]
/linux/kernel/
H A DKconfig.hz1 # SPDX-License-Identifier: GPL-2.0-only
33 or multimedia, select 300Hz instead.
36 bool "300 HZ"
38 300 Hz is a good compromise choice allowing server performance
55 default 300 if HZ_300
/linux/arch/m68k/include/uapi/asm/
H A Dbootinfo-hp300.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 ** asm/bootinfo-hp300.h -- HP9000/300-specifi
[all...]
/linux/arch/arm/boot/dts/socionext/
H A Duniphier-pro5.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
5 // Copyright (C) 2015-2016 Socionext Inc.
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 compatible = "socionext,uniphier-pro5";
12 #address-cells = <1>;
13 #size-cell
[all...]
/linux/tools/testing/selftests/net/
H A Dcmsg_so_mark.sh2 # SPDX-License-Identifier: GPL-2.0
22 ip netns exec $NS sysctl -w net.ipv4.ping_group_range='0 2147483647' > /dev/null
25 ip -netns $NS link add type dummy
26 ip -netns $NS link set dev dummy0 up
27 ip -netns $NS addr add $IP4 dev dummy0
28 ip -netns $NS addr add $IP6 dev dummy0
30 ip -netns $NS rule add fwmark $MARK lookup 300
[all...]
/linux/Documentation/devicetree/bindings/i2c/
H A Dsnps,designware-i2c.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/i2c/snps,designware-i2c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jarkk
[all...]
H A Di2c-rk3x.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/i2c/i2c-rk3x.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
14 - $ref: /schemas/i2c/i2c-controlle
[all...]
/linux/Documentation/admin-guide/media/
H A Dgspca-cardlist.rst1 .. SPDX-License-Identifier: GPL-2.0
8 - gspca_main: main driver
9 - gspca\_\ *driver*: subdriver module with *driver* as follows
19 spca501 040a:0002 Kodak DVC-325
24 spca500 041e:400a Creative PC-CAM 300
25 sunplus 041e:400b Creative PC-CAM 600
26 sunplus 041e:4012 PC-Cam35
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dsf.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
52 #define SF_SINGLE_UNICAST_IDLE_TIMER 320 /* 300 uSec */
54 #define SF_AGG_UNICAST_IDLE_TIMER 320 /* 300 uSe
[all...]
/linux/arch/arm64/boot/dts/socionext/
H A Duniphier-ld20.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
5 // Copyright (C) 2015-2016 Socionext Inc.
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/gpio/uniphier-gpio.h>
10 #include <dt-bindings/interrupt-controller/arm-gi
[all...]
/linux/tools/testing/selftests/drivers/net/ocelot/
H A Dtc_flower_chains.sh2 # SPDX-License-Identifier: GPL-2.0
52 # +-------
[all...]
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * sun4i-ss-core.c - hardware cryptographic accelerator for Allwinner A20 SoC
5 * Copyright (C) 2013-2015 Corentin LABBE <clabbe.montjoie@gmail.com>
24 #include "sun4i-s
[all...]
/linux/Documentation/devicetree/bindings/net/
H A Dmicrel-ksz90x1.txt8 Note that these settings are applied after any phy-specific fixup from
17 skew values actually increase in 120ps steps, starting from -840ps. The
28 --------
[all...]
/linux/arch/arm/boot/dts/st/
H A Dstih418.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 #include "stih418-clock.dtsi"
7 #include "stih407-family.dtsi"
8 #include "stih410-pinctrl.dtsi"
9 #include <dt-bindings/thermal/thermal.h>
12 #address-cells = <1>;
13 #size-cell
[all...]
/linux/mm/damon/tests/
H A Dvaddr-kunit.h1 /* SPDX-License-Identifier: GPL-2.0 */
20 int i, ret = -ENOMEM; in __link_vmas()
28 mas_set_range(&mas, vmas[i].vm_start, vmas[i].vm_end - 1); in __link_vmas()
47 * heap and the mmap()-ed regions, and 2) the mmap()-ed regions and stack.
57 * For example, suppose virtual address ranges of 10-20, 20-25, 200-21
[all...]
/linux/arch/arm/common/
H A Dlocomo.c1 // SPDX-License-Identifier: GPL-2.0-only
54 #define DAC_DATA_HOLD_TIME 1 /* 300 ns */
55 #define DAC_LOW_SETUP_TIME 1 /* 300 ns */
81 /* All the locomo devices. If offset is non-zero, the mapbase for the
90 .name = "locomo-keyboard",
97 .name = "locomo-frontlight",
105 .name = "locomo-backligh
[all...]
/linux/Documentation/devicetree/bindings/pwm/
H A Dnxp,mc33xs2410.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]

12345678910>>...43