/linux/tools/testing/selftests/net/ |
H A D | test_bridge_neigh_suppress.sh | 7 # ARP/NS messages from the first host are suppressed on the VXLAN port when 122 local ns=$1; shift 129 pkts=$(tc -n $ns -j -s filter show $id \ 140 local ns=$1; shift 142 ip netns exec $ns sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1 143 ip netns exec $ns sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1 144 ip netns exec $ns sysctl -qw net.ipv6.conf.all.accept_dad=0 145 ip netns exec $ns sysctl -qw net.ipv6.conf.default.accept_dad=0 150 local ns 153 for ns in $h1 $h2 $sw1 $sw2; do [all …]
|
H A D | xfrm_policy.sh | 31 local ns=$1 35 local rnet=$5 38 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu… 40 …ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tu… 44 local ns=$1 48 local rnet=$5 52 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 … 53 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 … 55 do_esp_policy $ns $me $remote $lnet $rnet 72 local ns=$1 [all …]
|
H A D | udpgro_fwd.sh | 7 readonly BASE="ns-$(mktemp -u XXXXXX)" 24 local ns 28 for ns in $NS_SRC $NS_DST; do 29 ip netns del $ns 2>/dev/null 37 local ns 39 for ns in $NS_SRC $NS_DST; do 40 ip netns add $ns 41 ip -n $ns link set dev lo up 44 ip netns exec $ns sysctl -qw net.ipv6.conf.default.router_solicitations=0 45 ip netns exec $ns sysctl -qw net.ipv6.conf.all.router_solicitations=0 [all …]
|
/linux/Documentation/arch/m68k/ |
H A D | buddha-driver.rst | 59 $d00-$dff IDE-Select 5 (Port 3, Register set 1, 124 A6=1 (for example $840 for port 0, register set 0), a 780ns 131 only the upper three bits are used (Bits 7 to 5). Bit 4 137 The values in this table have to be shifted 5 bits to the 138 left and or'd with $1f (this sets the lower 5 bits). 142 about 30ns to the clocks on the Zorro bus, that's why the 143 values are no multiple of 71. One clock-cycle is 71ns long 144 (exactly 70,5 at 14,18 Mhz on PAL systems). 147 497ns Select (7 clock cycles) , IOR/IOW after 172ns (2 clock cycles) 152 639ns Select (9 clock cycles), IOR/IOW after 243ns (3 clock cycles) [all …]
|
/linux/drivers/pcmcia/ |
H A D | soc_common.h | 64 * has a minimum value of 165ns. Section 4.13.5 says that twIOWR has 65 * a minimum value of 165ns, as well. Section 4.7.2 (describing 67 * minimum value of 150ns for a 250ns cycle time (for 5V operation; 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). 75 * PCMCIA I/O command width time is 165ns. The default PCMCIA 5V attribute 76 * and memory command width time is 150ns; the PCMCIA 3.3V attribute and 77 * memory command width time is 300ns.
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap2430-sdp.dts | 36 ranges = <5 0 0x08000000 0x01000000>; 41 reg = <5 0x300 0xf>; 48 gpmc,cs-on-ns = <6>; 49 gpmc,cs-rd-off-ns = <187>; 50 gpmc,cs-wr-off-ns = <187>; 51 gpmc,adv-on-ns = <18>; 52 gpmc,adv-rd-off-ns = <48>; 53 gpmc,adv-wr-off-ns = <48>; 54 gpmc,oe-on-ns = <60>; 55 gpmc,oe-off-ns = <169>; [all …]
|
H A D | omap4-duovero-parlor.dts | 137 ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */ 140 reg = <5 0 0xff>; 146 gpmc,cs-on-ns = <10>; 147 gpmc,cs-rd-off-ns = <50>; 148 gpmc,cs-wr-off-ns = <50>; 149 gpmc,adv-on-ns = <0>; 150 gpmc,adv-rd-off-ns = <10>; 151 gpmc,adv-wr-off-ns = <10>; 152 gpmc,oe-on-ns = <15>; 153 gpmc,oe-off-ns = <50>; [all …]
|
H A D | omap3-lilly-a83x.dtsi | 374 gpmc,wait-monitoring-ns = <0>; 376 gpmc,cs-on-ns = <0>; 377 gpmc,cs-rd-off-ns = <100>; 378 gpmc,cs-wr-off-ns = <100>; 379 gpmc,adv-on-ns = <0>; 380 gpmc,adv-rd-off-ns = <100>; 381 gpmc,adv-wr-off-ns = <100>; 382 gpmc,oe-on-ns = <5>; 383 gpmc,oe-off-ns = <75>; 384 gpmc,we-on-ns = <5>; [all …]
|
H A D | omap3-devkit8000-common.dtsi | 204 MATRIX_KEY(4, 5, KEY_RESERVED) 206 MATRIX_KEY(5, 5, KEY_VOLUMEDOWN) 233 gpmc,cs-on-ns = <0>; 234 gpmc,cs-rd-off-ns = <44>; 235 gpmc,cs-wr-off-ns = <44>; 236 gpmc,adv-on-ns = <6>; 237 gpmc,adv-rd-off-ns = <34>; 238 gpmc,adv-wr-off-ns = <44>; 239 gpmc,we-off-ns = <40>; 240 gpmc,oe-off-ns = <54>; [all …]
|
H A D | am335x-nano.dts | 29 gpios = <&gpio1 5 0>; 275 gpmc,cs-on-ns = <0>; 276 gpmc,cs-rd-off-ns = <160>; 277 gpmc,cs-wr-off-ns = <160>; 278 gpmc,adv-on-ns = <10>; 279 gpmc,adv-rd-off-ns = <30>; 280 gpmc,adv-wr-off-ns = <30>; 281 gpmc,oe-on-ns = <40>; 282 gpmc,oe-off-ns = <160>; 283 gpmc,we-on-ns = <40>; [all …]
|
H A D | omap-gpmc-smsc911x.dtsi | 30 gpmc,cs-on-ns = <5>; 31 gpmc,cs-rd-off-ns = <150>; 32 gpmc,cs-wr-off-ns = <150>; 33 gpmc,adv-on-ns = <0>; 34 gpmc,adv-rd-off-ns = <15>; 35 gpmc,adv-wr-off-ns = <40>; 36 gpmc,oe-on-ns = <45>; 37 gpmc,oe-off-ns = <140>; 38 gpmc,we-on-ns = <45>; 39 gpmc,we-off-ns = <140>; [all …]
|
H A D | omap3-overo-tobiduo-common.dtsi | 16 reg = <5 0 0xff>; 26 gpmc,cs-on-ns = <0>; 27 gpmc,cs-rd-off-ns = <42>; 28 gpmc,cs-wr-off-ns = <36>; 29 gpmc,adv-on-ns = <6>; 30 gpmc,adv-rd-off-ns = <12>; 31 gpmc,adv-wr-off-ns = <12>; 32 gpmc,oe-on-ns = <0>; 33 gpmc,oe-off-ns = <42>; 34 gpmc,we-on-ns = <0>; [all …]
|
H A D | omap3-ldp.dts | 33 gpios = <&gpio4 5 GPIO_ACTIVE_LOW>; /* gpio101 */ 112 gpmc,cs-on-ns = <0>; 113 gpmc,cs-rd-off-ns = <44>; 114 gpmc,cs-wr-off-ns = <44>; 115 gpmc,adv-on-ns = <6>; 116 gpmc,adv-rd-off-ns = <34>; 117 gpmc,adv-wr-off-ns = <44>; 118 gpmc,we-off-ns = <40>; 119 gpmc,oe-off-ns = <54>; 120 gpmc,access-ns = <64>; [all …]
|
H A D | omap3-n900.dts | 87 gpios = <&gpio3 5 GPIO_ACTIVE_LOW>; /* 69 */ 573 ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */ 588 5 /* AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT */ 687 led@5 { 688 reg = <5>; 880 gpmc,cs-on-ns = <0>; 881 gpmc,cs-rd-off-ns = <102>; 882 gpmc,cs-wr-off-ns = <102>; 883 gpmc,adv-on-ns = <0>; 884 gpmc,adv-rd-off-ns = <12>; [all …]
|
H A D | omap2420-n8x0-common.dtsi | 64 gpmc,cs-on-ns = <0>; 65 gpmc,cs-rd-off-ns = <127>; 66 gpmc,cs-wr-off-ns = <109>; 67 gpmc,adv-on-ns = <0>; 68 gpmc,adv-rd-off-ns = <18>; 69 gpmc,adv-wr-off-ns = <18>; 70 gpmc,oe-on-ns = <27>; 71 gpmc,oe-off-ns = <127>; 72 gpmc,we-on-ns = <27>; 73 gpmc,we-off-ns = <72>; [all …]
|
H A D | omap-zoom-common.dtsi | 32 gpmc,cs-on-ns = <5>; 33 gpmc,cs-rd-off-ns = <155>; 34 gpmc,cs-wr-off-ns = <155>; 35 gpmc,adv-on-ns = <15>; 36 gpmc,adv-rd-off-ns = <40>; 37 gpmc,adv-wr-off-ns = <40>; 38 gpmc,oe-on-ns = <45>; 39 gpmc,oe-off-ns = <145>; 40 gpmc,we-on-ns = <45>; 41 gpmc,we-off-ns = <145>; [all …]
|
H A D | dra7-evm.dts | 78 gpio = <&pcf_gpio_21 5 GPIO_ACTIVE_HIGH>; 395 pinctrl-5 = <&mmc1_pins_ddr50 &mmc1_iodelay_ddr_rev11_conf>; 413 pinctrl-5 = <&mmc2_pins_hs200 &mmc2_iodelay_hs200_rev20_conf>; 426 pinctrl-5 = <&mmc4_pins_sdr12 &mmc4_iodelay_sdr12_hs_sdr25_rev20_conf>; 460 gpmc,cs-on-ns = <0>; 461 gpmc,cs-rd-off-ns = <80>; 462 gpmc,cs-wr-off-ns = <80>; 463 gpmc,adv-on-ns = <0>; 464 gpmc,adv-rd-off-ns = <60>; 465 gpmc,adv-wr-off-ns = <60>; [all …]
|
H A D | am335x-myirtech-myc.dtsi | 114 gpmc,cs-on-ns = <0>; 115 gpmc,cs-rd-off-ns = <44>; 116 gpmc,cs-wr-off-ns = <44>; 117 gpmc,adv-on-ns = <6>; 118 gpmc,adv-rd-off-ns = <34>; 119 gpmc,adv-wr-off-ns = <44>; 120 gpmc,we-on-ns = <0>; 121 gpmc,we-off-ns = <40>; 122 gpmc,oe-on-ns = <0>; 123 gpmc,oe-off-ns = <54>; [all …]
|
/linux/tools/testing/selftests/net/lib/py/ |
H A D | utils.py | 17 … def __init__(self, comm, shell=True, fail=True, ns=None, background=False, host=None, timeout=5): argument 18 if ns: 19 comm = f'ip netns exec {ns} ' + comm 34 def process(self, terminate=True, fail=None, timeout=5): 55 def __init__(self, comm, shell=True, fail=None, ns=None, host=None, argument 58 shell=shell, fail=fail, ns=ns, host=host) 103 def tool(name, args, json=None, ns=None, host=None): argument 108 cmd_obj = cmd(cmd_str, ns=ns, host=host) 114 def ip(args, json=None, ns=None, host=None): argument 115 if ns: [all …]
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp15xx-dhcor-drc-compact.dtsi | 63 st,min-sample-time-ns = <5000>; 67 st,min-sample-time-ns = <5000>; 71 st,min-sample-time-ns = <5000>; 79 st,min-sample-time-ns = <5000>; 83 st,min-sample-time-ns = <5000>; 87 st,min-sample-time-ns = <5000>; 142 /* Timing values are in nS */ 146 st,fmc2-ebi-cs-address-setup-ns = <5>; 147 st,fmc2-ebi-cs-address-hold-ns = <5>; 148 st,fmc2-ebi-cs-bus-turnaround-ns = <5>; [all …]
|
H A D | stm32mp15x-mecio1-io.dtsi | 108 st,min-sample-time-ns = <5000>; 114 st,min-sample-time-ns = <5000>; 120 st,min-sample-time-ns = <5000>; 126 st,min-sample-time-ns = <5000>; 130 channel@5 { 131 reg = <5>; 132 st,min-sample-time-ns = <5000>; 138 st,min-sample-time-ns = <5000>; 144 st,min-sample-time-ns = <5000>; 150 st,min-sample-time-ns = <5000>; [all …]
|
H A D | stm32mp15xx-dhcom-som.dtsi | 88 st,min-sample-time-ns = <5000>; 95 st,min-sample-time-ns = <5000>; 164 /* Timing values are in nS */ 168 st,fmc2-ebi-cs-address-setup-ns = <5>; 169 st,fmc2-ebi-cs-address-hold-ns = <5>; 170 st,fmc2-ebi-cs-bus-turnaround-ns = <5>; 171 st,fmc2-ebi-cs-data-setup-ns = <45>; 172 st,fmc2-ebi-cs-data-hold-ns = <1>; 173 st,fmc2-ebi-cs-write-address-setup-ns = <5>; 174 st,fmc2-ebi-cs-write-address-hold-ns = <5>; [all …]
|
/linux/ipc/ |
H A D | msg.c | 98 #define SEARCH_NUMBER 5 100 #define msg_ids(ns) ((ns)->ids[IPC_MSG_IDS]) argument 102 static inline struct msg_queue *msq_obtain_object(struct ipc_namespace *ns, int id) in msq_obtain_object() argument 104 struct kern_ipc_perm *ipcp = ipc_obtain_object_idr(&msg_ids(ns), id); in msq_obtain_object() 112 static inline struct msg_queue *msq_obtain_object_check(struct ipc_namespace *ns, in msq_obtain_object_check() argument 115 struct kern_ipc_perm *ipcp = ipc_obtain_object_check(&msg_ids(ns), id); in msq_obtain_object_check() 123 static inline void msg_rmid(struct ipc_namespace *ns, struct msg_queue *s) in msg_rmid() argument 125 ipc_rmid(&msg_ids(ns), &s->q_perm); in msg_rmid() 139 * @ns: namespace 144 static int newque(struct ipc_namespace *ns, struct ipc_params *params) in newque() argument [all …]
|
H A D | shm.c | 77 struct ipc_namespace *ns; member 86 struct ipc_namespace *ns; member 96 #define shm_ids(ns) ((ns)->ids[IPC_SHM_IDS]) argument 104 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp); 109 void shm_init_ns(struct ipc_namespace *ns) in shm_init_ns() argument 111 ns->shm_ctlmax = SHMMAX; in shm_init_ns() 112 ns->shm_ctlall = SHMALL; in shm_init_ns() 113 ns->shm_ctlmni = SHMMNI; in shm_init_ns() 114 ns->shm_rmid_forced = 0; in shm_init_ns() 115 ns->shm_tot = 0; in shm_init_ns() [all …]
|
/linux/Documentation/devicetree/bindings/mips/cavium/ |
H A D | bootbus.txt | 32 - cavium,t-adr: A cell specifying the ADR timing (in nS). 34 - cavium,t-ce: A cell specifying the CE timing (in nS). 36 - cavium,t-oe: A cell specifying the OE timing (in nS). 38 - cavium,t-we: A cell specifying the WE timing (in nS). 40 - cavium,t-rd-hld: A cell specifying the RD_HLD timing (in nS). 42 - cavium,t-wr-hld: A cell specifying the WR_HLD timing (in nS). 44 - cavium,t-pause: A cell specifying the PAUSE timing (in nS). 46 - cavium,t-wait: A cell specifying the WAIT timing (in nS). 48 - cavium,t-page: A cell specifying the PAGE timing (in nS). 50 - cavium,t-rd-dly: A cell specifying the RD_DLY timing (in nS). [all …]
|