Searched refs:all (Results 1 - 25 of 540) sorted by last modified time

1234567891011>>

/linux-master/net/ipv6/
H A Dudp.c355 * If checksum is needed at all, try to do it while copying the
418 if (np->rxopt.all)
426 if (np->rxopt.all)
1127 * Throw away all pending data and cancel the corking. Socket is locked.
1189 * fragments on the socket so that all csums of sk_buffs
H A Daddrconf.c466 /* Join interface-local all-node multicast group */
469 /* Join all-node multicast group */
472 /* Join all-router multicast group if forwarding is set */
507 bool all = false; local
510 all = true;
512 if (all || type == NETCONFA_FORWARDING)
515 if (all || type == NETCONFA_MC_FORWARDING)
518 if (all || type == NETCONFA_PROXY_NEIGH)
521 if (all || type == NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN)
534 bool all local
7285 struct ipv6_devconf *all, *dflt; local
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c733 /* Dumps current provisioning status of all RVU block LFs */
852 /* There can be no CGX devices at all */
1163 int npalf, id, all; local
1173 all = rvu->rvu_dbg.npa_aura_ctx.all;
1179 all = rvu->rvu_dbg.npa_pool_ctx.all;
1216 if (all)
1241 static int write_npa_ctx(struct rvu *rvu, bool all, argument
1278 rvu->rvu_dbg.npa_aura_ctx.all
1292 parse_cmd_buffer_ctx(char *cmd_buf, size_t *count, const char __user *buffer, int *npalf, int *id, bool *all) argument
1339 bool all = false; local
1882 int nixlf, id, all; local
1959 write_nix_queue_ctx(struct rvu *rvu, bool all, int nixlf, int id, int ctype, char *ctype_string, struct seq_file *m) argument
2032 bool all = false; local
[all...]
H A Drvu_npc.c159 * that the packet can be replicated to all VFs.
456 /* Interface should be set in all banks */
802 * receives all broadcast packets.
1253 /* Free all MCAM entries owned by this 'pcifunc' */
1256 /* Free all MCAM counters owned by this 'pcifunc' */
1520 /* Enable all programmed entries */
1801 /* Disable all KPUs and their entries */
2108 /* First disable all MCAM entries, to stop traffic towards NIXLFs */
2119 * no need to configure PKIND for all LBKs separately.
2330 /* Scan all MCA
[all...]
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c12 * all copies or substantial portions of the Software.
418 * Handles the pageflip interrupt by notifying all interested parties
1622 /* Zero all the fields */
2216 /* Calculate the size of all the regions for the DMUB service. */
2242 * Allocate a framebuffer based on the total size of all the regions.
2639 /* First remove from context all streams */
2646 /* Remove all planes for removed streams and then remove the streams */
4463 * userspace to use up all the pipes.
4558 /* loops over all connectors on the board */
5757 audio_info->modes[i].sample_rates.all
[all...]
/linux-master/kernel/sched/
H A Dfair.c409 /* Iterate thr' all leaf cfs_rq's on a runqueue */
594 * Specifically, this is the weighted average of all entity virtual runtimes.
686 * However, since V is approximated by the weighted average of all entities it
1607 /* Handle placement on systems where not all nodes are directly connected. */
1733 * advantage of fast memory capacity, all recently accessed slow
1954 * The node is overloaded and can't provide expected CPU cycles to all
1960 /* Cached statistics for all CPUs within a node */
2036 * Gather all necessary information to make NUMA balancing placement
2251 * Compare the group weights. If a task is all by itself
2626 * completely idle or all activit
8730 enum fbq_type { regular, remote, all }; enumerator in enum:fbq_type
[all...]
/linux-master/
H A DMakefile115 # Use 'make C=2' to enable checking of *all* source files, regardless
274 # For example 'make oldconfig all'.
331 # For "make -j clean all", "make -j mrproper defconfig all", etc.
382 # CROSS_COMPILE specify the prefix used for all executables used
453 # These flags apply to all Rust code in the tree, including the kernel and
693 # targets and others. In general all targets except *config targets.
695 # If building an external module we do not care about the all: rule
697 PHONY += all
699 __all: all
[all...]
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh18 -a: run all tests, including extra ones (other than destructive ones)
25 will run all tests.
99 # default behavior: run all tests
104 # If no VM_SELFTEST_ITEMS are specified, run all tests
/linux-master/net/openvswitch/
H A Dconntrack.c188 key->ct.orig_tp.src = orig->src.u.all;
189 key->ct.orig_tp.dst = orig->dst.u.all;
1124 info->range.min_proto.all = htons(nla_get_u16(a));
1130 info->range.max_proto.all = htons(nla_get_u16(a));
1179 info->range.max_proto.all = info->range.min_proto.all;
1460 ntohs(info->range.min_proto.all)) ||
1461 (info->range.max_proto.all != info->range.min_proto.all &&
1463 ntohs(info->range.max_proto.all)))))
[all...]
/linux-master/include/net/
H A Dsock.h331 * @sk_destruct: called at sock freeing time, i.e. when all refcnt == 0
494 * Because of non atomicity rules, all
587 * only if argument flags all has been set in sk_user_data. Otherwise
612 * only if argument flags all has been set in sk_user_data. Otherwise
908 * can not change and must all be valid, such as recvmsg from
1280 * Make sure to use READ_ONCE()/WRITE_ONCE() for all reads/writes.
1481 int all; member in struct:prot_inuse
1493 this_cpu_add(net->core.prot_inuse->all, val);
1941 * (leak to backlog). Packet socket does all the processing inside
1952 /* Generic version of sock_put(), dealing with all socket
[all...]
/linux-master/include/net/bluetooth/
H A Dhci_core.h57 struct list_head all; /* inq_cache.all */ member in struct:inquiry_entry
78 struct list_head all; /* All devices found during inquiry */ member in struct:discovery_state
908 INIT_LIST_HEAD(&hdev->discovery.all);
933 return list_empty(&hdev->discovery.all);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1557 /* internal loopback packet, subtract all offsets by 4 */
1959 * -EBUSY - completion ring does not have all the agg buffers yet
4385 /* RX and TPA completions are 32-byte, all others are 16-byte */
4870 void bnxt_clear_usr_fltrs(struct bnxt *bp, bool all) argument
4875 if (!all && usr_fltr->type == BNXT_FLTR_TYPE_L2)
4892 static void bnxt_free_ntp_fltrs(struct bnxt *bp, bool all) argument
4896 /* Under rtnl_lock and all our NAPIs have been disabled. It's
4907 if (!all && ((fltr->base.flags & BNXT_ACT_FUNC_DST) ||
4913 if (!all)
4940 static void bnxt_free_l2_filters(struct bnxt *bp, bool all) argument
8680 bnxt_hwrm_func_resc_qcaps(struct bnxt *bp, bool all) argument
[all...]
/linux-master/net/core/
H A Ddev.c526 * smarter we can dispense with all the messy stuff that used to be
558 * guarantee all CPU's that are in middle of receiving packets
582 * and must not be freed until after all the CPU's have gone
1495 * dev->stop() will invoke napi_disable() on all of it's
1714 * When registered all registration and up events are replayed
1762 * for all devices on the device list to the removed notifier to remove
1834 * When registered all registration and up events are replayed
1862 * for all devices on the device list to the removed notifier to remove
1927 * call_netdevice_notifiers_info - call all network notifier blocks
1931 * Call all networ
11420 netdev_increment_features(netdev_features_t all, netdev_features_t one, netdev_features_t mask) argument
[all...]
/linux-master/arch/s390/kernel/
H A Dentry.S221 # interrupts. So lets use 3 nops as a landing pad for all possible rewinds.
549 * Iterate over all possible CPU addresses in the range 0..0xffff
/linux-master/io_uring/
H A Dio_uring.c1104 * Bulk alloc is all-or-nothing. If we fail to get a batch,
1215 * io_llist_xchg - swap all entries in a lock-less list
1216 * @head: the head of lock-less list to delete all entries
1628 * in this case we need to ensure that we reap all events.
2126 * We don't submit, fail them all, for that replace hardlinks
2508 /* Commit SQ ring head once we've consumed and submitted all SQEs */
3182 bool all; member in struct:io_task_cancel
3190 return io_match_task_safe(req, cancel->task, cancel->all);
3279 struct io_task_cancel cancel = { .task = task, .all = cancel_all, };
3298 * Cancels requests of all ring
[all...]
/linux-master/drivers/pci/
H A Dquirks.c263 * value shared by all PCI devices. If there's a
953 /* Shared ACPI/GPIO decode with all ICH6+ */
1078 * VIA 686A/B: If an IO-APIC is active, we need to route all on-chip
1091 tmp = 0x1f; /* all known bits (4-0) routed to external APIC */
1124 * We check all revs >= B0 (yet not in the pre production!) as the bug
1169 * at all. Therefore it seems like setting the pci_dev's IRQ to the value
1241 /* Check if we have VLink at all */
1915 * The next five BARs all seem to be rubbish, so just clean
2052 * to previous effective default for all NVIDIA HDA controllers.
2444 * disable all e10
3072 __nv_msi_ht_cap_quirk(struct pci_dev *dev, int all) argument
[all...]
/linux-master/drivers/ata/
H A Dlibata-scsi.c843 * block. Copy all controller registers into the sense
1604 /* treat all other errors as -EINVAL, fall through */
2396 * Supported subpages: all subpages and sub-pages 07h, 08h and f2h of
3017 * Set flags so that all registers will be written, pass on
3527 u8 all, sa; local
3552 all = cdb[14] & 0x1;
3553 if (all) {
3572 tf->auxiliary = sa | ((u16)all << 8);
3577 tf->hob_feature = all;
3875 * Supported subpages: all subpage
[all...]
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c76 /* One object for each MCE bank, shared by all CPUs */
432 * Collect all global (w.r.t. this processor) status about this machine
885 * The Instruction Fetch Unit is at MCA bank 1 for all affected systems.
996 * and also makes sure always all CPU's errors are examined.
1020 * Grade the severity of the errors of all the CPUs.
1033 * This dumps all the mces in the log buffer and stops the
1056 * Now clear all the mces_seen so that they don't reappear on
1066 * Start of Monarch synchronization. This waits until all CPUs have
1096 "Timeout: Not all CPUs entered broadcast exception handler")) {
1199 * Reset all globa
2450 mce_enable_ce(void *all) argument
[all...]
/linux-master/tools/testing/selftests/net/
H A Dudpgro_fwd.sh45 ip netns exec $ns sysctl -qw net.ipv6.conf.all.router_solicitations=0
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh6 # address all other issues detected by shellcheck.
189 ip netns exec "$ns2" sysctl -q net.ipv6.conf.all.forwarding=1
201 ip netns exec "$ns3" sysctl -q net.ipv6.conf.all.forwarding=1
/linux-master/net/sunrpc/
H A Dsvcsock.c570 long all[SVC_PKTINFO_SPACE / sizeof(long)]; member in union:__anon290
583 /* udp sockets need large rcvbuf as all pending
586 * for one reply per thread. We count all threads
693 long all[SVC_PKTINFO_SPACE / sizeof(long)]; member in union:__anon291
1372 * rcvbuf and sndbuf accordingly on all sockets
/linux-master/net/bluetooth/
H A Dhci_debugfs.c369 list_for_each_entry(e, &cache->all, all) {
H A Dhci_core.c183 list_for_each_entry_safe(p, n, &cache->all, all) {
184 list_del(&p->all);
200 list_for_each_entry(e, &cache->all, all) {
297 list_add(&ie->all, &cache->all);
331 list_for_each_entry(e, &cache->all, all) {
3137 * Therefore, all standar
[all...]
/linux-master/arch/riscv/
H A DMakefile81 # Remove F,D,V from isa string for all. Keep extensions between "fd" and "v" by
112 # RISC-V ISA, they're emulated by machine mode traps on all extant
169 all: $(notdir $(KBUILD_IMAGE))
/linux-master/arch/x86/
H A DMakefile213 KBUILD_CFLAGS += -mharden-sls=all
247 $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
273 all: bzImage

Completed in 511 milliseconds

1234567891011>>