Home
last modified time | relevance | path

Searched +full:5 +full:ns (Results 1 – 25 of 907) sorted by relevance

12345678910>>...37

/linux/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh7 # ARP/NS messages from the first host are suppressed on the VXLAN port when
124 local ns=$1; shift
131 pkts=$(tc -n $ns -j -s filter show $id \
142 local ns=$1; shift
144 ip netns exec $ns sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1
145 ip netns exec $ns sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
146 ip netns exec $ns sysctl -qw net.ipv6.conf.all.accept_dad=0
147 ip netns exec $ns sysctl -qw net.ipv6.conf.default.accept_dad=0
152 local ns
155 for ns i
[all...]
H A Dxfrm_policy.sh31 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 …]
/linux/Documentation/arch/m68k/
H A Dbuddha-driver.rst59 $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 Dsoc_common.h64 * 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/tools/testing/selftests/net/lib/py/
H A Dutils.py34 def __init__(self, comm, shell=None, fail=True, ns=None, background=False, argument
35 host=None, timeout=5, ksft_wait=None):
36 if ns:
37 comm = f'ip netns exec {ns} ' + comm
77 def process(self, terminate=True, fail=None, timeout=5):
116 with bkg("my_binary", ksft_wait=5):
118 def __init__(self, comm, shell=None, fail=None, ns=None, host=None,
121 shell=shell, fail=fail, ns=ns, host=host,
172 def tool(name, args, json=None, ns
114 __init__(self, comm, shell=True, fail=None, ns=None, host=None, exit_wait=False, ksft_wait=None) global() argument
167 tool(name, args, json=None, ns=None, host=None) global() argument
178 bpftool(args, json=None, ns=None, host=None) global() argument
182 ip(args, json=None, ns=None, host=None) global() argument
188 ethtool(args, json=None, ns=None, host=None) global() argument
192 bpftrace(expr, json=None, ns=None, host=None, timeout=None) global() argument
236 wait_port_listen(port, proto="tcp", ns=None, host=None, sleep=0.005, deadline=5) global() argument
[all...]
/linux/arch/arm/boot/dts/ti/omap/
H A Domap2430-sdp.dts36 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 Domap4-duovero-parlor.dts137 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 Domap3-lilly-a83x.dtsi374 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 Dam335x-nano.dts29 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 Domap-gpmc-smsc911x.dtsi30 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 Domap3-overo-tobiduo-common.dtsi16 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 Domap3-n900.dts87 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>;
878 gpmc,cs-on-ns = <0>;
879 gpmc,cs-rd-off-ns = <102>;
880 gpmc,cs-wr-off-ns = <102>;
881 gpmc,adv-on-ns = <0>;
882 gpmc,adv-rd-off-ns = <12>;
[all …]
H A Domap2420-n8x0-common.dtsi64 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 Ddra7-evm.dts78 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 Dam335x-myirtech-myc.dtsi114 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 …]
H A Domap-zoom-common.dtsi32 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 …]
/linux/arch/arm/boot/dts/st/
H A Dstm32mp15xx-dhcor-drc-compact.dtsi63 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 Dstm32mp15x-mecio1-io.dtsi108 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 …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c103 .iph.ihl = 5,
106 .tcp.doff = 5,
127 .tcp.doff = 5,
147 .iph.ihl = 5,
150 .tcp.doff = 5,
173 .tcp.doff = 5,
193 .iph.ihl = 5,
197 .tcp.doff = 5,
220 .iph.ihl = 5,
224 .tcp.doff = 5,
[all …]
/linux/ipc/
H A Dmsg.c98 #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 Dshm.c78 struct ipc_namespace *ns; member
87 struct ipc_namespace *ns; member
97 #define shm_ids(ns) ((ns)->ids[IPC_SHM_IDS]) argument
105 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp);
110 void shm_init_ns(struct ipc_namespace *ns) in shm_init_ns() argument
112 ns->shm_ctlmax = SHMMAX; in shm_init_ns()
113 ns->shm_ctlall = SHMALL; in shm_init_ns()
114 ns->shm_ctlmni = SHMMNI; in shm_init_ns()
115 ns->shm_rmid_forced = 0; in shm_init_ns()
116 ns->shm_tot = 0; in shm_init_ns()
[all …]
/linux/tools/testing/selftests/net/netfilter/
H A Dnf_nat_edemux.sh26 local ns="$1"
29 ip netns exec "$ns" ss -nt -o state established "dport = :$port" | grep -q "$port"
34 local ns="$1"
37 if ! ip netns exec "$ns" conntrack --get -s 192.168.1.2 -d 192.168.1.1 -p tcp \
40 ip netns exec "$ns" bash -c 'conntrack -L; conntrack -S; ss -nt'
99 sleep 5 | ip netns exec "$ns2" socat -T 5 -u STDIN TCP:192.168.1.1:5202,connect-timeout=5 >/dev/nul…
102 sleep 5 | ip netns exec "$ns2" socat -T 5 -u STDIN TCP:192.168.1.1:5203,connect-timeout=5 >/dev/nul…
/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dbootbus.txt32 - 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 …]
/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh14 WAIT_TIMEOUT=5
21 arp_ping eth-arp: Basic arp ping between two NS
23 connect_v4 ip4-xon: Basic ipv4 ping between two NS
109 info "Adding DP/Bridge IF: sbx:$1 dp:$2 {$3, $4, $5}"
118 if [ "$5" != "-u" ]; then
155 info "Adding netns attached: sbx:$1 dp:$2 {$3, $4, $5}"
158 ovs_sbx "$1" ip link add "$4" type veth peer name "$5" || return 1
161 ovs_sbx "$1" ip link set "$5" netns "$3" || return 1
162 ovs_sbx "$1" ip netns exec "$3" ip link set "$5" up || return 1
165 ovs_sbx "$1" ip netns exec "$3" ip addr add "$6" dev "$5" \
[all …]
/linux/arch/arm/boot/dts/intel/socfpga/
H A Dsocfpga_cyclone5_vining_fpga.dts73 gpio = <&portb 5 GPIO_ACTIVE_HIGH>;
180 i2c@5 {
183 reg = <5>;
233 cdns,tshsl-ns = <50>;
234 cdns,tsd2d-ns = <50>;
235 cdns,tchsh-ns = <4>;
236 cdns,tslch-ns = <4>;
248 cdns,tshsl-ns = <50>;
249 cdns,tsd2d-ns = <50>;
250 cdns,tchsh-ns = <4>;
[all …]

12345678910>>...37