Searched refs:all (Results 101 - 125 of 540) sorted by relevance

1234567891011>>

/linux-master/tools/bootconfig/
H A DMakefile18 all: $(ALL_PROGRAMS) test
/linux-master/tools/power/acpi/
H A DMakefile.rules27 all: $(OUTPUT)$(TOOL)
46 install: all install-tools $(EXTRA_INSTALL)
/linux-master/tools/thermal/thermal-engine/
H A DMakefile24 all: thermal-engine
/linux-master/include/uapi/linux/
H A Dnetfilter.h73 __u32 all[4]; member in union:nf_inet_addr
/linux-master/tools/memory-model/scripts/
H A Dnewlitmushist.sh46 find litmus -name '*.litmus' -print | mselect7 -arch C > $T/list-C-all
47 xargs < $T/list-C-all -r grep -L "^P${LKMM_PROCS}" > $T/list-C-short
/linux-master/arch/alpha/lib/
H A Dstrcat.S36 $found: negq $2, $3 # clear all but least set bit
/linux-master/tools/testing/selftests/cgroup/
H A DMakefile4 all: ${HELPER_PROGS}
/linux-master/tools/testing/selftests/
H A Drun_kselftest.sh26 -c | --collection COLLECTION Run all tests from COLLECTION
76 # Add all selected collections to the explicit test list.
/linux-master/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
[all...]
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn31.c12 * all copies or substantial portions of the Software.
140 cmd.all = 0;
291 status.all = REG_READ(DMCUB_SCRATCH0);
314 REG_WRITE(DMCUB_GPINT_DATAIN1, reg.all);
323 test.all = REG_READ(DMCUB_GPINT_DATAIN1);
325 return test.all == reg.all;
352 status.all = REG_READ(DMCUB_SCRATCH0);
360 option.all = REG_READ(DMCUB_SCRATCH14);
377 REG_WRITE(DMCUB_SCRATCH14, boot_options.all);
[all...]
H A Ddmub_dcn35.c12 * all copies or substantial portions of the Software.
150 cmd.all = 0;
342 status.all = REG_READ(DMCUB_SCRATCH0);
360 REG_WRITE(DMCUB_GPINT_DATAIN1, reg.all);
369 test.all = REG_READ(DMCUB_GPINT_DATAIN1);
371 return test.all == reg.all;
398 status.all = REG_READ(DMCUB_SCRATCH0);
406 option.all = REG_READ(DMCUB_SCRATCH14);
424 REG_WRITE(DMCUB_SCRATCH14, boot_options.all);
[all...]
H A Ddmub_dcn20.c12 * all copies or substantial portions of the Software.
130 cmd.all = 0;
370 REG_WRITE(DMCUB_GPINT_DATAIN1, reg.all);
379 test.all = REG_READ(DMCUB_GPINT_DATAIN1);
381 return test.all == reg.all;
393 status.all = REG_READ(DMCUB_SCRATCH0);
401 REG_WRITE(DMCUB_SCRATCH14, boot_options.all);
407 boot_options.all = REG_READ(DMCUB_SCRATCH14);
409 REG_WRITE(DMCUB_SCRATCH14, boot_options.all);
[all...]
/linux-master/net/netfilter/
H A Dxt_conntrack.c87 /* Shortcut to match all recognized protocols by using ->src.all. */
89 (tuple->src.u.all == info->origsrc_port) ^
94 (tuple->dst.u.all == info->origdst_port) ^
101 (tuple->src.u.all == info->replsrc_port) ^
106 (tuple->dst.u.all == info->repldst_port) ^
131 /* Shortcut to match all recognized protocols by using ->src.all. */
134 ntohs(tuple->src.u.all),
140 ntohs(tuple->dst.u.all),
[all...]
H A Dnf_nat_core.c74 fl4->fl4_dport = t->dst.u.all;
86 fl4->fl4_sport = t->src.u.all;
107 fl6->fl6_dport = t->dst.u.all;
119 fl6->fl6_sport = t->src.u.all;
309 case IPPROTO_GRE: /* all fall though */
316 port = tuple->src.u.all;
318 port = tuple->dst.u.all;
320 return ntohs(port) >= ntohs(min->all) &&
321 ntohs(port) <= ntohs(max->all);
356 t->src.u.all
[all...]
/linux-master/arch/mips/kernel/syscalls/
H A DMakefile49 PHONY += all
50 all: $(uapisyshdr-y) $(kapisyshdr-y)
/linux-master/tools/pci/
H A DMakefile22 all: $(ALL_PROGRAMS)
58 .PHONY: all install clean FORCE prepare
/linux-master/arch/powerpc/kernel/syscalls/
H A DMakefile46 PHONY += all
47 all: $(uapisyshdr-y) $(kapisyshdr-y)
/linux-master/tools/usb/
H A DMakefile22 all: $(ALL_PROGRAMS)
51 .PHONY: all install clean FORCE prepare
/linux-master/tools/perf/
H A Dbuiltin-data.c35 .all = false,
47 OPT_BOOLEAN(0, "all", &opts.all, "Convert all events"),
/linux-master/tools/testing/selftests/powerpc/
H A DMakefile43 all: $(SUB_DIRS)
46 BUILD_TARGET=$(OUTPUT)/$@; mkdir -p $$BUILD_TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -k -C $@ all
/linux-master/arch/xtensa/
H A DMakefile66 all Image zImage uImage xipImage: vmlinux
70 $(Q)$(MAKE) $(build)=arch/xtensa/kernel/syscalls all
/linux-master/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-master/tools/testing/selftests/netfilter/
H A Dipvs.sh24 # We assume that all network driver are loaded
147 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_ignore=1
148 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_announce=2
150 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.rp_filter=0
177 ip netns exec ns1 sysctl -qw net.ipv4.conf.all.send_redirects=0
185 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_ignore=1
186 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_announce=2
187 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.rp_filter=0
/linux-master/io_uring/
H A Dcancel.c81 bool all; local
86 all = cd->flags & (IORING_ASYNC_CANCEL_ALL|IORING_ASYNC_CANCEL_ANY);
87 cancel_ret = io_wq_cancel_cb(tctx->io_wq, io_cancel_cb, cd, all);
169 bool all = cd->flags & (IORING_ASYNC_CANCEL_ALL|IORING_ASYNC_CANCEL_ANY); local
178 if (!all)
183 /* slow path, try all io-wq's */
191 if (!all)
197 return all ? nr : ret;
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dglobal1_atu.c137 /* FID bits are dispatched all around gradually as more are supported */
338 bool all)
351 /* Flush/Move all or non-static entries from all or a given database */
352 if (all && fid)
356 else if (all)
364 int mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all) argument
370 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all);
374 int from_port, int to_port, bool all)
390 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all);
336 mv88e6xxx_g1_atu_flushmove(struct mv88e6xxx_chip *chip, u16 fid, struct mv88e6xxx_atu_entry *entry, bool all) argument
373 mv88e6xxx_g1_atu_move(struct mv88e6xxx_chip *chip, u16 fid, int from_port, int to_port, bool all) argument
393 mv88e6xxx_g1_atu_remove(struct mv88e6xxx_chip *chip, u16 fid, int port, bool all) argument
[all...]

Completed in 309 milliseconds

1234567891011>>