Searched refs:all (Results 251 - 275 of 540) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/parisc/
H A DMakefile91 # Currently we save and restore fpregs on all kernel entry/interruption paths.
155 all: bzImage
203 $(Q)$(MAKE) $(build)=arch/parisc/kernel/syscalls all
/linux-master/tools/testing/selftests/mm/
H A DMakefile26 # In other words, "make $SOME_TEST" is supposed to fail to build at all,
27 # because this Makefile only supports either "make" (all), or "make /full/path".
164 all: warn_32bit_failure
198 all: warn_missing_liburing
/linux-master/drivers/scsi/
H A Dsd.h252 unsigned char op, bool all);
277 bool all)
275 sd_zbc_setup_zone_mgmt_cmnd(struct scsi_cmnd *cmd, unsigned char op, bool all) argument
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S20 | Expected is a normal bcd (i.e. non-exceptional; all inf, zero,
85 | is required until the power is greater than 27, however, all
127 | 4. Subtract 16 to compensate for interpreting the mant as all integer digits.
128 | (i.e., all digits assumed left of the decimal point.)
157 dbf %d2,e_gd |if we have used all 3 digits, exit loop
174 | (i.e., all digits assumed left of the decimal point.)
215 | If all the digits (8) in that long word have been converted (d2=0),
262 | exponent towards zero. Since all pwrten constants with a power
H A Dx_operr.S111 andib #0xe0,%d0 |clr all but tag
141 andl #0x7FFF0000,%d0 |look for all 1's on bits 30-16
158 andib #0xe0,%d0 |clr all but tag
185 andib #0xe0,%d0 |clr all but tag
288 cmpil #0xffffffff,FPTEMP_HI(%a6) |check if first byte is all 1's
289 bnes true_operr |if not all 1's then was true operr
/linux-master/fs/bcachefs/
H A Dxattr.c274 bool all)
276 const char *prefix = all ? "bcachefs_effective." : "bcachefs.";
286 if (!all &&
431 bool all)
456 if (!all &&
271 bch2_xattr_list_bcachefs(struct bch_fs *c, struct bch_inode_unpacked *inode, struct xattr_buf *buf, bool all) argument
428 __bch2_xattr_bcachefs_get(const struct xattr_handler *handler, struct dentry *dentry, struct inode *vinode, const char *name, void *buffer, size_t size, bool all) argument
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lwt_ip_encap.sh15 # all tests test pings from IPv*_SRC to IPv*_DST
117 ip netns exec ${NS1} sysctl -wq net.ipv4.conf.all.rp_filter=0
118 ip netns exec ${NS2} sysctl -wq net.ipv4.conf.all.rp_filter=0
119 ip netns exec ${NS3} sysctl -wq net.ipv4.conf.all.rp_filter=0
125 ip netns exec ${NS1} sysctl -wq net.ipv6.conf.all.accept_dad=0
126 ip netns exec ${NS2} sysctl -wq net.ipv6.conf.all.accept_dad=0
127 ip netns exec ${NS3} sysctl -wq net.ipv6.conf.all.accept_dad=0
138 ip netns exec ${NS2} sysctl -wq net.ipv6.conf.all.forwarding=1
350 # verify we received all expected bytes
/linux-master/drivers/dma/sh/
H A Dshdma-base.c85 /* Mark all chunks of this descriptor as submitted, move to the queue */
323 static dma_async_tx_callback __ld_cleanup(struct shdma_chan *schan, bool all) argument
345 * queue is ordered, and we use this loop to (1) clean up all
349 if (!all && desc->mark == DESC_SUBMITTED &&
398 async_tx_test_ack(&desc->async_tx)) || all) {
400 if (all || !desc->cyclic) {
420 if (all && !callback)
441 static void shdma_chan_ld_cleanup(struct shdma_chan *schan, bool all) argument
443 while (__ld_cleanup(schan, all))
448 * shdma_free_chan_resources - Free all resource
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsmp.c317 unsigned long all; local
321 all = xchg(&info->messages, 0);
330 if (all & IPI_MESSAGE(PPC_MSG_RM_HOST_ACTION))
333 if (all & IPI_MESSAGE(PPC_MSG_CALL_FUNCTION))
335 if (all & IPI_MESSAGE(PPC_MSG_RESCHEDULE))
338 if (all & IPI_MESSAGE(PPC_MSG_TICK_BROADCAST))
342 if (all & IPI_MESSAGE(PPC_MSG_NMI_IPI))
389 * The IPI call waits with interrupts disabled until all targets enter the
394 * A new NMI can be issued before all targets exit the handler.
396 * The IPI call may time out without all target
[all...]
/linux-master/net/netfilter/
H A Dnf_nat_proto.c722 return ct->tuplehash[!dir].tuple.dst.u.all != sport;
780 ct->tuplehash[dir].tuple.src.u.all !=
781 ct->tuplehash[!dir].tuple.dst.u.all)) {
817 ct->tuplehash[dir].tuple.dst.u.all !=
818 ct->tuplehash[!dir].tuple.src.u.all) {
1039 ct->tuplehash[dir].tuple.src.u.all !=
1040 ct->tuplehash[!dir].tuple.dst.u.all)) {
1077 ct->tuplehash[dir].tuple.dst.u.all !=
1078 ct->tuplehash[!dir].tuple.src.u.all) {
H A Dnf_conntrack_helper.c48 (__force __u16)tuple->src.u.all) % nf_ct_helper_hsize;
349 struct nf_conntrack_tuple_mask mask = { .src.u.all = htons(0xFFFF) };
441 helper->tuple.src.u.all = htons(spec_port);
H A Dnft_nat.c57 range->min_proto.all = (__force __be16)
59 range->max_proto.all = (__force __be16)
235 plen = sizeof_field(struct nf_nat_range, min_proto.all);
/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_flavors_test.sh48 # all.
132 # Note that in the inserting mode, there is no encapsulation at all.
253 # Conversely, when all tests are passed successfully, the 'ret' value
445 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
447 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.forwarding=1
482 # all SIDs start with a common locator. Routes and SRv6 Endpoint
589 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
H A Dbareudp.sh183 # * set up the loopback device in all network namespaces (NS0..NS3),
211 # Configuration is similar for all protocols:
241 ip netns exec "${NS1}" sysctl -qw net.ipv4.conf.all.rp_filter=0
242 ip netns exec "${NS2}" sysctl -qw net.ipv4.conf.all.rp_filter=0
257 ip netns exec "${NS1}" sysctl -qw net.ipv6.conf.all.forwarding=1
258 ip netns exec "${NS2}" sysctl -qw net.ipv6.conf.all.forwarding=1
H A Dsrv6_end_next_csid_l3vpn_test.sh115 # In the single SID test case we have a number of segments that are all
123 # SID when all the C-SIDs in a C-SID container have been processed. Using the
144 # H.Encaps.Red behavior which avoids the presence of the SRH at all, since it
205 # | vvvv (Argument is all filled with zeros) |
354 # Conversely, when all tests are passed successfully, the 'ret' value
518 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
520 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.forwarding=1
522 ip netns exec "${nsname}" sysctl -wq net.ipv4.conf.all.rp_filter=0
632 # all SIDs for VPNs start with a common locator. Routes and SRv6
750 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all
[all...]
H A Dsrv6_end_x_next_csid_l3vpn_test.sh118 # In the single SID test case we have a number of segments that are all
126 # SID when all the C-SIDs in a C-SID container have been processed. Using the
147 # H.Encaps.Red behavior which avoids the presence of the SRH at all, since it
205 # | vvvv (Argument is all filled with zeros) |
396 # Conversely, when all tests are passed successfully, the 'ret' value
458 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0
460 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.forwarding=1
462 ip netns exec "${nsname}" sysctl -wq net.ipv4.conf.all.rp_filter=0
692 # all SIDs for VPNs start with a common locator. Routes and SRv6
810 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all
[all...]
H A Dtest_vxlan_nolocalbypass.sh126 run_cmd "tc -n $ns1 filter add dev vx1 ingress pref 1 handle 101 proto all flower src_mac $smac dst_mac $dmac action pass"
168 -t <test> Test(s) to run (default: all)
/linux-master/tools/perf/
H A Dbuiltin-timechart.c104 struct per_pidcomm *all; member in struct:per_pid
227 c->next = p->all;
228 p->all = c;
237 c = p->all;
545 * Discard all.
1059 c = p->all;
1073 c = p->all;
1119 c = p->all;
1152 c = p->all;
1266 c = p->all;
[all...]
/linux-master/tools/power/pm-graph/
H A DMakefile5 all:
/linux-master/arch/arm/mach-exynos/
H A Dmcpm-exynos.c153 /* Flush all cache levels for this cluster. */
154 exynos_v7_exit_coherency_flush(all);
286 * EXYNOS5420_ENABLE_AUTOMATIC_CORE_DOWN ensures that all the cores
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_afmt.c12 * all copies or substantial portions of the Software.
133 channels = speakers_to_channels(audio_info->flags.speaker_flags).all;
/linux-master/tools/perf/tests/shell/
H A Dbuildid.sh140 ${perf} record --buildid-all -o ${data} "$@" 1>${log_out} 2>${log_err}
/linux-master/arch/alpha/lib/
H A Dstrchr.S50 $found: negq t0, t1 # e0 : clear all but least set bit
H A Dev67-strchr.S79 $found: negq t0, t1 # E : clear all but least set bit
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhw_shared.h12 * all copies or substantial portions of the Software.
124 * corner_points - beginning and end point for all 3 colors (DCN)
349 uint8_t all; member in union:audio_cea_channels

Completed in 249 milliseconds

<<11121314151617181920>>