Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 2821) sorted by relevance

12345678910>>...113

/linux/include/net/netfilter/
H A Dnf_conntrack_tuple.h26 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all)
45 __be16 all; member
90 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip()
91 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip()
100 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6()
101 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6()
131 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal()
139 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal()
155 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal()
166 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp()
[all …]
/linux/drivers/macintosh/
H A Dwindfarm_pm121.c881 int all = 1; in pm121_new_control() local
886 all = pm121_register_control(ct, "optical-drive-fan", FAN_OD) && all; in pm121_new_control()
887 all = pm121_register_control(ct, "hard-drive-fan", FAN_HD) && all; in pm121_new_control()
888 all = pm121_register_control(ct, "cpu-fan", FAN_CPU) && all; in pm121_new_control()
889 all = pm121_register_control(ct, "cpufreq-clamp", CPUFREQ) && all; in pm121_new_control()
891 if (all) in pm121_new_control()
911 int all = 1; in pm121_new_sensor() local
916 all = pm121_register_sensor(sr, "cpu-temp", in pm121_new_sensor()
917 &sensor_cpu_temp) && all; in pm121_new_sensor()
918 all = pm121_register_sensor(sr, "cpu-current", in pm121_new_sensor()
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_headroom.sh130 dcb ets set dev $swp prio-tc all:0
177 dcb ets set dev $swp prio-tc all:0 5:1 6:2 7:3
196 dcb pfc set dev $swp prio-pfc all:off 5:on 6:on 7:on delay 0
224 dcb pfc set dev $swp prio-pfc all:off delay 0
225 dcb ets set dev $swp prio-tc all:0
259 dcb buffer set dev $swp prio-buffer all:0
261 dcb ets set dev $swp prio-tc all:0
273 dcb buffer set dev $swp buffer-size all:0 0:$size 2>/dev/null
278 dcb buffer set dev $swp buffer-size all:0 0:$size
286 dcb buffer set dev $swp buffer-size all:0
[all …]
H A Dtc_sample.sh232 tc filter add dev $rp1 ingress protocol all pref 1 handle 101 matchall \
250 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall
263 tc filter add dev $rp1 ingress protocol all pref 1 handle 101 matchall \
267 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall
269 tc filter add dev $rp1 ingress protocol all pref 1 handle 101 matchall \
284 tc filter add dev $rp1 ingress protocol all pref 1 handle 101 matchall \
288 tc filter add dev $rp1 ingress protocol all pref 2 handle 102 matchall \
295 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall
297 tc filter add dev $rp1 ingress protocol all pref 2 handle 102 matchall \
303 tc filter del dev $rp1 ingress protocol all pref 2 handle 102 matchall
[all …]
H A Dqos_pfc.sh175 dcb buffer set dev $swp1 prio-buffer all:0 1:1
213 dcb buffer set dev $swp3 prio-buffer all:0 1:1
214 dcb pfc set dev $swp3 prio-pfc all:off 1:on
230 dcb buffer set dev $swp4 prio-buffer all:0 1:1
231 dcb pfc set dev $swp4 prio-pfc all:off 1:on
247 dcb buffer set dev $swp4 buffer-size all:0 1:$pg1_size
290 dcb buffer set dev $swp4 buffer-size all:0
291 dcb pfc set dev $swp4 prio-pfc all:off
292 dcb buffer set dev $swp4 prio-buffer all:0
305 dcb pfc set dev $swp3 prio-pfc all:off
[all …]
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am625-sk.dts34 bootph-all;
45 bootph-all;
57 bootph-all;
69 bootph-all;
82 bootph-all;
110 bootph-all;
128 bootph-all;
145 bootph-all;
152 bootph-all;
160 bootph-all;
[all …]
/linux/include/linux/
H A Dnetfilter.h44 return a1->all[0] == a2->all[0] && in nf_inet_addr_cmp()
45 a1->all[1] == a2->all[1] && in nf_inet_addr_cmp()
46 a1->all[2] == a2->all[2] && in nf_inet_addr_cmp()
47 a1->all[3] == a2->all[3]; in nf_inet_addr_cmp()
63 result->all[0] = a1->all[ in nf_inet_addr_mask()
[all...]
/linux/scripts/
H A DMakefile.headersinst27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))
42 all-subdirs := $(addprefix $(dst)/, $(all-subdirs))
45 all-headers := $(src-headers) $(gen-headers)
48 old-subdirs := $(wildcard $(all-subdirs))
50 unwanted := $(filter-out $(all-headers), $(old-headers))
54 wanted-dirs := $(sort $(dir $(all-headers)))
71 __headers: $(all-headers)
77 existing-headers := $(filter $(old-headers), $(all-headers))
/linux/tools/testing/selftests/net/
H A Dudpgro.sh44 local -r all="$@"
45 local -r tx_args=${all%rx*}
46 local -r rx_args=${all#*rx}
73 local -r all="$@"
74 local -r tx_args=${all%rx*}
75 local -r rx_args=${all#*rx}
113 local -r all="$@"
114 local -r tx_args=${all%rx*}
115 local -r rx_args=${all#*rx}
/linux/Documentation/admin-guide/cgroup-v1/
H A Ddevices.rst11 'type' is a (all), c (char), or b (block). 'all' means it applies
12 to all types and all major and minor numbers. Major and minor are
13 either an integer or * for all. Access is a composition of r
16 The root device cgroup starts with rwm to 'all'. A child device
62 a cgroup's devices.deny file, all its children will have that entry removed
63 from their whitelist and all the locally set whitelist entries will be
85 A all "b 8:* rwm", "c 116:* rw"
86 B "c 1:3 rwm", "b 3:* rwm" all the rest
98 A "c 1:3 rwm", "c 1:5 r" all the rest
99 B "c 1:3 rwm", "c 1:5 r" all the rest
[all …]
/linux/Documentation/core-api/
H A Drefcount-vs-atomic.rst41 A strong (full) memory ordering guarantees that all prior loads and
42 stores (all po-earlier instructions) on the same CPU are completed
44 It also guarantees that all po-earlier stores on the same CPU
45 and all propagated stores from other CPUs must propagate to all
49 A RELEASE memory ordering guarantees that all prior loads and
50 stores (all po-earlier instructions) on the same CPU are completed
51 before the operation. It also guarantees that all po-earlier
52 stores on the same CPU and all propagated stores from other CPUs
53 must propagate to all other CPUs before the release operation
57 An ACQUIRE memory ordering guarantees that all post loads and
[all …]
/linux/Documentation/userspace-api/media/
H A DMakefile50 .PHONY: all html texinfo epub xml latex
52 all: $(IMGDOT) $(BUILDDIR) ${TARGETS} target
53 html: all
54 texinfo: all
55 epub: all
56 xml: all
57 latex: $(IMGPDF) all
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_vlan_modify.sh113 tc filter add dev $swp1 ingress protocol all pref 1 handle 1 \
115 tc filter add dev $swp2 ingress protocol all pref 1 handle 1 \
126 tc filter del dev $swp2 ingress protocol all pref 1 handle 1 flower
127 tc filter del dev $swp1 ingress protocol all pref 1 handle 1 flower
140 tc filter add dev $swp1 egress protocol all pref 1 handle 1 \
142 tc filter add dev $swp2 egress protocol all pref 1 handle 1 \
153 tc filter del dev $swp2 egress protocol all pref 1 handle 1 flower
154 tc filter del dev $swp1 egress protocol all pref 1 handle 1 flower
/linux/Documentation/networking/
H A Dipv6.rst22 Specifies whether to load the IPv6 module, but disable all
45 on all interfaces. This might be used when one does not wish
52 IPv6 address autoconfiguration is disabled on all interfaces.
58 IPv6 address autoconfiguration is enabled on all interfaces.
64 Specifies whether to disable IPv6 on all interfaces.
70 IPv6 is enabled on all interfaces.
75 IPv6 is disabled on all interfaces.
/linux/tools/testing/kunit/test_data/
H A Dtest_skip_all_tests.log5 ok 1 - string_stream_test_empty_on_creation # SKIP all tests skipped
6 ok 2 - string_stream_test_not_empty_after_add # SKIP all tests skipped
7 ok 3 - string_stream_test_get_string # SKIP all tests skipped
12 ok 1 - example_simple_test # SKIP all tests skipped
/linux/samples/bpf/
H A Dtc_l2_redirect.sh10 RP_FILTER=$(< /proc/sys/net/ipv4/conf/all/rp_filter)
11 IPV6_DISABLED=$(< /proc/sys/net/ipv6/conf/all/disable_ipv6)
12 IPV6_FORWARDING=$(< /proc/sys/net/ipv6/conf/all/forwarding)
49 $IP netns exec ns2 sysctl -q -w net.ipv4.conf.all.rp_filter=0
54 $IP netns exec ns2 sysctl -q -w net.ipv4.conf.all.rp_filter=0
66 sysctl -q -w net.ipv4.conf.all.rp_filter=0
67 sysctl -q -w net.ipv6.conf.all.forwarding=1
68 sysctl -q -w net.ipv6.conf.all.disable_ipv6=0
80 sysctl -q -w net.ipv4.conf.all.rp_filter=$RP_FILTER
81 sysctl -q -w net.ipv6.conf.all.forwarding=$IPV6_FORWARDING
[all …]
/linux/net/netfilter/
H A Dnf_nat_core.c74 fl4->fl4_dport = t->dst.u.all; in nf_nat_ipv4_decode_session()
86 fl4->fl4_sport = t->src.u.all; in nf_nat_ipv4_decode_session()
107 fl6->fl6_dport = t->dst.u.all; in nf_nat_ipv6_decode_session()
119 fl6->fl6_sport = t->src.u.all; in nf_nat_ipv6_decode_session()
425 case IPPROTO_GRE: /* all fall though */ in find_best_ips_proto()
432 port = tuple->src.u.all; in find_best_ips_proto()
434 port = tuple->dst.u.all; in find_best_ips_proto()
436 return ntohs(port) >= ntohs(min->all) && in find_best_ips_proto()
437 ntohs(port) <= ntohs(max->all); in find_best_ips_proto()
472 t->src.u.all in nf_nat_l4proto_unique_tuple()
[all...]
/linux/tools/perf/Documentation/
H A Dperf-help.txt10 'perf help' [-a|--all] [COMMAND]
19 If the option '--all' or '-a' is given, then all available commands are
32 --all::
33 Prints all the available commands on the standard output. This
/linux/Documentation/hwmon/
H A Dibmpowernv.rst43 tempX_enable Enable/disable all temperature sensors belonging to the
46 disable/enable all of its temperature sensors.
56 inX_enable Enable/disable all voltage sensors belonging to the
59 disable/enable all of its voltage sensors.
67 powerX_enable Enable/disable all power sensors belonging to the
70 disable/enable all of its power sensors.
78 currX_enable Enable/disable all current sensors belonging to the
81 disable/enable all of its current sensors.
H A Dsmpro-hwmon.rst60 temp5_crit millicelsius RO MEM HOT Threshold for all DIMMs
62 temp6_crit millicelsius RO MEM HOT Threshold for all DIMMs
64 temp7_crit millicelsius RO MEM HOT Threshold for all DIMMs
66 temp8_crit millicelsius RO MEM HOT Threshold for all DIMMs
68 temp9_crit millicelsius RO MEM HOT Threshold for all DIMMs
70 temp10_crit millicelsius RO MEM HOT Threshold for all DIMMs
72 temp11_crit millicelsius RO MEM HOT Threshold for all DIMMs
74 temp12_crit millicelsius RO MEM HOT Threshold for all DIMMs
/linux/Documentation/arch/s390/
H A Dcommon_io.rst17 device := {all | [!]ipldev | [!]condev | [!]<devno> | [!]<devno>-<devno>}
31 You can use the 'all' keyword to ignore all devices. The 'ipldev' and 'condev'
42 will ignore all devices ranging from 0.0.0023 to 0.0.0042 and the device
47 cio_ignore=all,!0.0.4711,!0.0.fd00-0.0.fd02
49 will ignore all devices but 0.0.4711, 0.0.fd00, 0.0.fd01, 0.0.fd02.
61 You can un-ignore certain or all devices by piping to /proc/cio_ignore.
62 "free all" will un-ignore all ignored devices,
73 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored
109 A write request to this file is blocked until all queued cio actions are
/linux/arch/m68k/fpsp040/
H A Dtbldo.S12 | the stag. For dyadic functions, all
49 .long smovcr |$00-0 fmovecr all
50 .long smovcr |$00-1 fmovecr all
51 .long smovcr |$00-2 fmovecr all
52 .long smovcr |$00-3 fmovecr all
53 .long smovcr |$00-4 fmovecr all
54 .long smovcr |$00-5 fmovecr all
55 .long smovcr |$00-6 fmovecr all
56 .long smovcr |$00-7 fmovecr all
346 .long pmod |$21-0 fmod all
[all …]
/linux/tools/testing/selftests/riscv/
H A DMakefile26 all: target
33 install: all
39 run_tests: all
58 .PHONY: all clean install run_tests emit_tests
/linux/scripts/package/debian/
H A Drules30 all-packages = $(shell dh_listpackages)
31 image-package = $(filter linux-image-% user-%, $(filter-out %-dbg, $(all-packages)))
32 image-dbg-package = $(filter %-dbg, $(all-packages))
33 libc-dev-package = $(filter linux-libc-dev, $(all-packages))
34 headers-package = $(filter linux-headers-%, $(all-packages))
74 $(Q)$(MAKE) $(make-opts) $(if $(filter um,$(ARCH)),,headers) all
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-kunpeng_hccs10 information of all HCCS ports under a specified chip.
16 all_linked: (RO) if all enabled ports on this chip are
18 linked_full_lane: (RO) if all linked ports on this chip are full
20 crc_err_cnt: (RO) total CRC err count for all ports on this
33 information of all HCCS ports under a specified die.
40 all_linked: (RO) if all enabled ports on this die are
42 linked_full_lane: (RO) if all linked ports on this die are full
44 crc_err_cnt: (RO) total CRC err count for all ports on this

12345678910>>...113