Home
last modified time | relevance | path

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

12345678910>>...99

/linux/include/net/netfilter/
A Dnf_conntrack_tuple.h45 __be16 all; member
87 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip()
88 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip()
97 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6()
98 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6()
128 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal()
136 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal()
152 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal()
163 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp()
164 mask->src.u3.all[count]) in nf_ct_tuple_src_mask_cmp()
[all …]
/linux/drivers/macintosh/
A Dwindfarm_pm121.c880 int all = 1; in pm121_new_control() local
885 all = pm121_register_control(ct, "optical-drive-fan", FAN_OD) && all; in pm121_new_control()
886 all = pm121_register_control(ct, "hard-drive-fan", FAN_HD) && all; in pm121_new_control()
887 all = pm121_register_control(ct, "cpu-fan", FAN_CPU) && all; in pm121_new_control()
888 all = pm121_register_control(ct, "cpufreq-clamp", CPUFREQ) && all; in pm121_new_control()
890 if (all) in pm121_new_control()
910 int all = 1; in pm121_new_sensor() local
916 &sensor_cpu_temp) && all; in pm121_new_sensor()
922 &sensor_cpu_power) && all; in pm121_new_sensor()
932 &sensor_gpu_temp) && all; in pm121_new_sensor()
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
A Dqos_headroom.sh131 dcb ets set dev $swp prio-tc all:0
178 dcb ets set dev $swp prio-tc all:0 5:1 6:2 7:3
225 dcb pfc set dev $swp prio-pfc all:off delay 0
226 dcb ets set dev $swp prio-tc all:0
260 dcb buffer set dev $swp prio-buffer all:0
262 dcb ets set dev $swp prio-tc all:0
279 dcb buffer set dev $swp buffer-size all:0 0:$size
287 dcb buffer set dev $swp buffer-size all:0
293 dcb buffer set dev $swp buffer-size all:0 0:$size
296 dcb buffer set dev $swp buffer-size all:0
[all …]
A Dtc_sample.sh250 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall
267 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall
295 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall
303 tc filter del dev $rp1 ingress protocol all pref 2 handle 102 matchall
323 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall
349 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall
375 tc filter del dev $rp3 ingress protocol all pref 1 handle 101 matchall
401 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall
427 tc filter del dev $rp3 ingress protocol all pref 1 handle 101 matchall
471 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall
[all …]
A Dqos_pfc.sh174 dcb buffer set dev $swp1 prio-buffer all:0 1:1
212 dcb buffer set dev $swp3 prio-buffer all:0 1:1
213 dcb pfc set dev $swp3 prio-pfc all:off 1:on
229 dcb buffer set dev $swp4 prio-buffer all:0 1:1
230 dcb pfc set dev $swp4 prio-pfc all:off 1:on
276 dcb buffer set dev $swp4 buffer-size all:0
277 dcb pfc set dev $swp4 prio-pfc all:off
278 dcb buffer set dev $swp4 prio-buffer all:0
291 dcb pfc set dev $swp3 prio-pfc all:off
292 dcb buffer set dev $swp3 prio-buffer all:0
[all …]
/linux/include/linux/
A Dnetfilter.h33 return a1->all[0] == a2->all[0] && in nf_inet_addr_cmp()
34 a1->all[1] == a2->all[1] && in nf_inet_addr_cmp()
35 a1->all[2] == a2->all[2] && in nf_inet_addr_cmp()
36 a1->all[3] == a2->all[3]; in nf_inet_addr_cmp()
52 result->all[0] = a1->all[0] & mask->all[0]; in nf_inet_addr_mask()
53 result->all[1] = a1->all[1] & mask->all[1]; in nf_inet_addr_mask()
54 result->all[2] = a1->all[2] & mask->all[2]; in nf_inet_addr_mask()
55 result->all[3] = a1->all[3] & mask->all[3]; in nf_inet_addr_mask()
/linux/Documentation/userspace-api/ioctl/
A Dioctl-number.rst45 convention at all.
77 0x02 all linux/fd.h
78 0x03 all linux/hdreg.h
80 0x06 all linux/lp.h
81 0x09 all linux/raid/md_u.h
85 0x12 all linux/fs.h
90 0x22 all scsi/sg.h
162 'K' all linux/kd.h
281 's' all linux/cdk.h
310 0x8B all linux/wireless.h
[all …]
/linux/arch/s390/boot/compressed/
A DMakefile16 obj-all := $(obj-y) piggy.o syms.o
20 targets += info.bin syms.bin vmlinux.syms $(obj-all)
27 OBJECTS_ALL := $(addprefix $(obj)/,$(obj-all))
61 vmlinux.bin.all-y := $(obj)/vmlinux.bin
71 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE
73 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE
75 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
77 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE
79 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE
81 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE
[all …]
/linux/scripts/
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/
A Dudpgro.sh42 local -r all="$@"
43 local -r tx_args=${all%rx*}
44 local -r rx_args=${all#*rx}
70 local -r all="$@"
71 local -r tx_args=${all%rx*}
72 local -r rx_args=${all#*rx}
108 local -r all="$@"
109 local -r tx_args=${all%rx*}
110 local -r rx_args=${all#*rx}
/linux/Documentation/admin-guide/cgroup-v1/
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
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
108 A "c *:3 rwm", "c 1:5 r" all the rest
[all …]
/linux/Documentation/core-api/
A Drefcount-vs-atomic.rst42 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
58 stores (all po-later instructions) on the same CPU are
[all …]
/linux/net/netfilter/
A Dnf_nat_core.c71 fl4->fl4_dport = t->dst.u.all; in nf_nat_ipv4_decode_session()
83 fl4->fl4_sport = t->src.u.all; in nf_nat_ipv4_decode_session()
104 fl6->fl6_dport = t->dst.u.all; in nf_nat_ipv6_decode_session()
231 port = tuple->src.u.all; in l4proto_in_range()
233 port = tuple->dst.u.all; in l4proto_in_range()
271 t->src.u.all == tuple->src.u.all); in same_src()
367 if (var_ipp->all[i] != range->max_addr.all[i]) in find_best_ips_proto()
431 keyptr = &tuple->src.u.all; in nf_nat_l4proto_unique_tuple()
433 keyptr = &tuple->dst.u.all; in nf_nat_l4proto_unique_tuple()
554 (range->min_proto.all == range->max_proto.all || in get_unique_tuple()
[all …]
/linux/tools/testing/selftests/net/forwarding/
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/arch/x86/boot/compressed/
A DMakefile112 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs
120 vmlinux.bin.all-y := $(obj)/vmlinux.bin
121 vmlinux.bin.all-$(CONFIG_X86_NEED_RELOCS) += $(obj)/vmlinux.relocs
123 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE
125 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE
127 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE
129 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE
131 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE
133 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
135 $(obj)/vmlinux.bin.zst: $(vmlinux.bin.all-y) FORCE
/linux/tools/testing/selftests/arm64/
A DMakefile34 all: target
41 install: all
47 run_tests: all
54 emit_tests: all
66 .PHONY: all clean install run_tests emit_tests
/linux/arch/sh/boot/compressed/
A DMakefile50 vmlinux.bin.all-y := $(obj)/vmlinux.bin
52 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE
54 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE
56 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE
58 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE
60 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE
/linux/Documentation/networking/
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/Documentation/hwmon/
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.
/linux/Documentation/devicetree/bindings/net/
A Dmdio.yaml34 lines of all devices on that MDIO bus.
38 RESET pulse width in microseconds. It applies to all MDIO devices
39 and must therefore be appropriately determined based on all devices
40 requirements (maximum value of all per-device RESET pulse widths).
44 Delay after reset deassert in microseconds. It applies to all MDIO
45 devices and it's determined by how fast all devices are ready for
52 defined 2.5MHz should only be used when all devices on the bus support
58 work, all devices on the bus must support suppressed preamble.
/linux/Documentation/userspace-api/media/
A DMakefile50 .PHONY: all html epub xml latex
52 all: $(IMGDOT) $(BUILDDIR) ${TARGETS} target
53 html: all
54 epub: all
55 xml: all
56 latex: $(IMGPDF) all
/linux/Documentation/s390/
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/tools/perf/Documentation/
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/tools/testing/kunit/test_data/
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/arch/parisc/boot/compressed/
A DMakefile61 vmlinux.bin.all-y := $(obj)/vmlinux.bin
70 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE
72 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE
74 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
76 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE
78 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE
80 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE

Completed in 44 milliseconds

12345678910>>...99