/Linux-v5.4/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 26 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all) 45 __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() [all …]
|
/Linux-v5.4/drivers/macintosh/ |
D | windfarm_pm121.c | 880 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 915 all = pm121_register_sensor(sr, "cpu-temp", in pm121_new_sensor() 916 &sensor_cpu_temp) && all; in pm121_new_sensor() 917 all = pm121_register_sensor(sr, "cpu-current", in pm121_new_sensor() [all …]
|
/Linux-v5.4/scripts/ |
D | Makefile.headersinst | 27 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))) 74 __headers: $(all-headers) 80 existing-headers := $(filter $(old-headers), $(all-headers)) 89 check-files := $(addsuffix .chk, $(all-headers))
|
/Linux-v5.4/include/linux/ |
D | netfilter.h | 32 return a1->all[0] == a2->all[0] && in nf_inet_addr_cmp() 33 a1->all[1] == a2->all[1] && in nf_inet_addr_cmp() 34 a1->all[2] == a2->all[2] && in nf_inet_addr_cmp() 35 a1->all[3] == a2->all[3]; in nf_inet_addr_cmp() 51 result->all[0] = a1->all[0] & mask->all[0]; in nf_inet_addr_mask() 52 result->all[1] = a1->all[1] & mask->all[1]; in nf_inet_addr_mask() 53 result->all[2] = a1->all[2] & mask->all[2]; in nf_inet_addr_mask() 54 result->all[3] = a1->all[3] & mask->all[3]; in nf_inet_addr_mask()
|
/Linux-v5.4/Documentation/ioctl/ |
D | ioctl-number.rst | 45 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 87 0x1b all InfiniBand Subsystem 89 0x20 all drivers/cdrom/cm206.h 90 0x22 all scsi/sg.h 104 '8' all SNP8023 advanced NIC card [all …]
|
/Linux-v5.4/tools/testing/selftests/net/ |
D | udpgro.sh | 34 local -r all="$@" 35 local -r tx_args=${all%rx*} 36 local -r rx_args=${all#*rx} 60 local -r all="$@" 61 local -r tx_args=${all%rx*} 62 local -r rx_args=${all#*rx} 96 local -r all="$@" 97 local -r tx_args=${all%rx*} 98 local -r rx_args=${all#*rx}
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | devices.rst | 11 '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-v5.4/arch/unicore32/mm/ |
D | cache-ucv2.S | 31 movc p0.c5, r0, #14 @ Dcache flush all 35 movc p0.c5, r0, #20 @ Icache invalidate all 70 movc p0.c5, ip, #14 @ Dcache flush all 74 movc p0.c5, ip, #20 @ Icache invalidate all 120 movc p0.c5, ip, #10 @ Dcache clean all 124 movc p0.c5, ip, #20 @ Icache invalidate all 137 movc p0.c5, ip, #14 @ Dcache flush all 173 movc p0.c5, ip, #10 @ Dcache clean all 205 movc p0.c5, ip, #14 @ Dcache flush all
|
/Linux-v5.4/tools/testing/selftests/net/forwarding/ |
D | tc_vlan_modify.sh | 113 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-v5.4/Documentation/core-api/ |
D | refcount-vs-atomic.rst | 41 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-v5.4/Documentation/networking/ |
D | ipv6.txt | 16 Specifies whether to load the IPv6 module, but disable all 39 on all interfaces. This might be used when one does not wish 46 IPv6 address autoconfiguration is disabled on all interfaces. 52 IPv6 address autoconfiguration is enabled on all interfaces. 58 Specifies whether to disable IPv6 on all interfaces. 64 IPv6 is enabled on all interfaces. 69 IPv6 is disabled on all interfaces.
|
/Linux-v5.4/arch/s390/boot/compressed/ |
D | Makefile | 40 vmlinux.bin.all-y := $(obj)/vmlinux.bin 49 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 51 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 53 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE 55 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE 57 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE 59 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-help.txt | 10 '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
|
D | perf-mem.txt | 57 is to monitor all CPUS. 73 --all-kernel:: 74 Configure all used events to run in kernel space. 77 --all-user:: 78 Configure all used events to run in user space. 87 In addition, for report all perf report options are valid, and for record 88 all perf record options.
|
/Linux-v5.4/tools/testing/selftests/ |
D | lib.mk | 30 .DEFAULT_GOAL := all 57 all: khdr $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) 59 all: $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) 72 run_tests: all 99 install: all 147 .PHONY: run_tests all clean install emit_tests
|
/Linux-v5.4/arch/sh/boot/compressed/ |
D | Makefile | 63 vmlinux.bin.all-y := $(obj)/vmlinux.bin 65 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 67 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 69 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE 71 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE 73 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE
|
/Linux-v5.4/net/netfilter/ |
D | nf_nat_core.c | 71 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() 116 fl6->fl6_sport = t->src.u.all; in nf_nat_ipv6_decode_session() 251 port = tuple->src.u.all; in l4proto_in_range() 253 port = tuple->dst.u.all; in l4proto_in_range() 255 return ntohs(port) >= ntohs(min->all) && in l4proto_in_range() 256 ntohs(port) <= ntohs(max->all); in l4proto_in_range() 291 t->src.u.all == tuple->src.u.all); in same_src() 369 0 : (__force u32)tuple->dst.u3.all[max] ^ zone->id); in find_best_ips_proto() [all …]
|
/Linux-v5.4/arch/x86/boot/compressed/ |
D | Makefile | 124 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs 132 vmlinux.bin.all-y := $(obj)/vmlinux.bin 133 vmlinux.bin.all-$(CONFIG_X86_NEED_RELOCS) += $(obj)/vmlinux.relocs 135 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 137 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 139 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE 141 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE 143 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE 145 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
|
/Linux-v5.4/Documentation/hwmon/ |
D | ibmpowernv.rst | 43 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-v5.4/arch/parisc/boot/compressed/ |
D | Makefile | 63 vmlinux.bin.all-y := $(obj)/vmlinux.bin 72 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) 74 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) 76 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) 78 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) 80 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) 82 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y)
|
/Linux-v5.4/Documentation/media/ |
D | Makefile | 56 .PHONY: all html epub xml latex 58 all: $(IMGDOT) $(BUILDDIR) ${TARGETS} target 59 html: all 60 epub: all 61 xml: all 62 latex: $(IMGPDF) all
|
/Linux-v5.4/Documentation/s390/ |
D | common_io.rst | 17 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-v5.4/tools/testing/selftests/uevent/ |
D | Makefile | 2 all: target 6 .PHONY: all clean 17 all: $(BINARIES) target
|
/Linux-v5.4/tools/testing/selftests/seccomp/ |
D | Makefile | 2 all: target 6 .PHONY: all clean 17 all: $(BINARIES) target
|
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/ |
D | global1_atu.c | 251 bool all) in mv88e6xxx_g1_atu_flushmove() argument 265 if (all && fid) in mv88e6xxx_g1_atu_flushmove() 269 else if (all) in mv88e6xxx_g1_atu_flushmove() 277 int mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all) in mv88e6xxx_g1_atu_flush() argument 283 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all); in mv88e6xxx_g1_atu_flush() 287 int from_port, int to_port, bool all) in mv88e6xxx_g1_atu_move() argument 303 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all); in mv88e6xxx_g1_atu_move() 307 bool all) in mv88e6xxx_g1_atu_remove() argument 312 return mv88e6xxx_g1_atu_move(chip, fid, from_port, to_port, all); in mv88e6xxx_g1_atu_remove()
|