Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/arm64/lib/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mailbox/
Dbrcm,iproc-flexrm-mbox.txt28 which FlexRM will wait to accumulate N completion messages
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
Dnic.c482 u64 *stats, const void *dma_buf, bool accumulate) in ef4_nic_update_stats() argument
507 if (accumulate) in ef4_nic_update_stats()
Dnic.h504 const void *dma_buf, bool accumulate);
/kernel/linux/linux-5.10/arch/arm64/crypto/
Dpoly1305-core.S_shipped109 adds x4,x4,x10 // accumulate input
202 adds x4,x4,x10 // accumulate nonce
324 adds x4,x4,x12 // accumulate input
356 adds x4,x4,x12 // accumulate input
571 // (hash+inp[0:1])*r^4 and accumulate
732 // (hash+inp[0:1])*r^4:r^3 and accumulate
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dnic_common.h245 const void *dma_buf, bool accumulate);
Dnic.c538 u64 *stats, const void *dma_buf, bool accumulate) in efx_nic_update_stats() argument
563 if (accumulate) in efx_nic_update_stats()
/kernel/linux/linux-5.10/Documentation/hwmon/
Damd_energy.rst82 to accumulate the socket energy counters and one core energy counter
/kernel/linux/linux-5.10/arch/arm/crypto/
Dpoly1305-core.S_shipped205 adds r4,r4,r3 @ accumulate input
244 adds r4,r4,r0 @ accumulate input
843 vadd.i32 d24,d24,d14 @ accumulate inp[0:1]
886 @ (hash+inp[0:1])*r^4 and accumulate
1048 @ (hash+inp[0:1])*r^4:r^3 and accumulate
Dsha512-core.S_shipped1852 vadd.i64 q8,q12 @ vectorized accumulate
/kernel/linux/linux-5.10/Documentation/input/devices/
Dntrig.rst99 dramatically with increasing numbers. Rather than accumulate weight as a
/kernel/linux/linux-5.10/arch/x86/crypto/
Daesni-intel_asm.S1050 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
1080 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
1147 pxor \TMP2, \TMP1 # accumulate the results in TMP1:XMM5
1258 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
1288 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
1359 pxor \TMP2, \TMP1 # accumulate the results in TMP1:XMM5
Daesni-intel_avx-x86_64.S1542 vpxor \T4, \T6, \T6 # accumulate the results in T6:T7
2499 vpxor \T6, \T1, \T1 # accumulate the results in T1:T7
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dtopdown.txt162 The ratios in the metric accumulate for the time when the counter
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-queryctrl.rst145 rounded when scaling, such that errors will not accumulate on
226 rounded when scaling, such that errors will not accumulate on
/kernel/linux/linux-5.10/Documentation/bpf/
Dbpf_devel_QA.rst173 i) accumulate and stage BPF patches for integration into trees
195 accumulate too many patches in bpf or bpf-next.
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Dcpusets.rst300 single read, instead of having to read and accumulate results
306 query and accumulate results over all the (dynamically changing)
/kernel/linux/linux-5.10/Documentation/s390/
Dcds.rst300 accumulate the status in a struct irb and then call the device interrupt handler.
/kernel/linux/linux-5.10/scripts/
Dspelling.txt43 accumalate||accumulate
/kernel/linux/linux-5.10/Documentation/filesystems/
Dxfs-delayed-logging-design.rst120 tracked in the current infrastructure. The big problem is how to accumulate
252 them to be used without limitations, we need to be able to track and accumulate
/kernel/linux/linux-5.10/Documentation/driver-api/mtd/
Dnand_ecc.rst579 As you can see tmppar is used to accumulate the parity within a for
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/
D2.Process.rst271 sono costruiti da modifiche che si sono accumulate inizialmente nei sorgenti
/kernel/linux/linux-5.10/Documentation/process/
D2.Process.rst290 patches which accumulate in -mm will eventually either be forwarded on to
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dtimekeeping.rst394 error, and may accumulate over time.
/kernel/linux/linux-5.10/Documentation/m68k/
Dkernel-options.rst560 This is the number of pixels of mouse movement that have to accumulate

12