Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/lib/
A Dcsum.c11 static u64 accumulate(u64 sum, u64 data) in accumulate() function
91 sum64 = accumulate(sum64, data); in do_csum()
99 sum64 = accumulate(sum64, tmp); in do_csum()
102 sum64 = accumulate(sum64, tmp >> 64); in do_csum()
106 sum64 = accumulate(sum64, data); in do_csum()
120 sum64 = accumulate(sum64, data); in do_csum()
151 sum = accumulate(sum, src >> 64); in csum_ipv6_magic()
152 sum = accumulate(sum, dst >> 64); in csum_ipv6_magic()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dnic_common.h246 const void *dma_buf, bool accumulate);
A Dnic.c488 u64 *stats, const void *dma_buf, bool accumulate) in efx_siena_update_stats() argument
513 if (accumulate) in efx_siena_update_stats()
/linux-6.3-rc2/Documentation/devicetree/bindings/mailbox/
A Dbrcm,iproc-flexrm-mbox.txt28 which FlexRM will wait to accumulate N completion messages
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A Dnic.c482 u64 *stats, const void *dma_buf, bool accumulate) in ef4_nic_update_stats() argument
507 if (accumulate) in ef4_nic_update_stats()
A Dnic.h504 const void *dma_buf, bool accumulate);
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dnic_common.h250 const void *dma_buf, bool accumulate);
A Dnic.c538 u64 *stats, const void *dma_buf, bool accumulate) in efx_nic_update_stats() argument
563 if (accumulate) in efx_nic_update_stats()
/linux-6.3-rc2/Documentation/scheduler/
A Dsched-bwc.rst102 A value of 0 for cpu.cfs_burst_us indicates that the group can not accumulate
236 4. Limit a group to 40% of 1 CPU, and allow accumulate up to 20% of 1 CPU
/linux-6.3-rc2/Documentation/input/devices/
A Dntrig.rst99 dramatically with increasing numbers. Rather than accumulate weight as a
/linux-6.3-rc2/arch/x86/crypto/
A Daesni-intel_asm.S1046 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
1076 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
1143 pxor \TMP2, \TMP1 # accumulate the results in TMP1:XMM5
1254 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
1284 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
1355 pxor \TMP2, \TMP1 # accumulate the results in TMP1:XMM5
A Daesni-intel_avx-x86_64.S1532 vpxor \T4, \T6, \T6 # accumulate the results in T6:T7
2489 vpxor \T6, \T1, \T1 # accumulate the results in T1:T7
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-queryctrl.rst145 rounded when scaling, such that errors will not accumulate on
226 rounded when scaling, such that errors will not accumulate on
/linux-6.3-rc2/tools/perf/Documentation/
A Dtopdown.txt190 The ratios in the metric accumulate for the time when the counter
/linux-6.3-rc2/Documentation/bpf/
A Dbpf_devel_QA.rst200 i) accumulate and stage BPF patches for integration into trees
222 accumulate too many patches in bpf or bpf-next.
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dcpusets.rst300 single read, instead of having to read and accumulate results
306 query and accumulate results over all the (dynamically changing)
/linux-6.3-rc2/Documentation/s390/
A Dcds.rst300 accumulate the status in a struct irb and then call the device interrupt handler.
/linux-6.3-rc2/scripts/
A Dspelling.txt45 accumalate||accumulate
/linux-6.3-rc2/Documentation/driver-api/mtd/
A Dnand_ecc.rst579 As you can see tmppar is used to accumulate the parity within a for
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A D2.Process.rst264 sono costruiti da modifiche che si sono accumulate inizialmente nei sorgenti
/linux-6.3-rc2/Documentation/process/
A D2.Process.rst283 patches which accumulate in -mm will eventually either be forwarded on to
/linux-6.3-rc2/Documentation/virt/kvm/x86/
A Dtimekeeping.rst394 error, and may accumulate over time.
/linux-6.3-rc2/Documentation/filesystems/
A Dxfs-delayed-logging-design.rst403 tracked in the current infrastructure. The big problem is how to accumulate
535 them to be used without limitations, we need to be able to track and accumulate
/linux-6.3-rc2/Documentation/m68k/
A Dkernel-options.rst560 This is the number of pixels of mouse movement that have to accumulate
/linux-6.3-rc2/Documentation/sound/kernel-api/
A Dwriting-an-alsa-driver.rst2222 position and accumulate the processed sample length at each interrupt.
2250 /* accumulate the size */

Completed in 70 milliseconds