Home
last modified time | relevance | path

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

12

/Linux-v6.6/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()
/Linux-v6.6/arch/loongarch/lib/
Dcsum.c10 static u64 accumulate(u64 sum, u64 data) in accumulate() function
88 sum64 = accumulate(sum64, data); in do_csum()
95 sum64 = accumulate(sum64, tmp); in do_csum()
98 sum64 = accumulate(sum64, data); in do_csum()
108 sum64 = accumulate(sum64, data); in do_csum()
135 sum = accumulate(sum, src >> 64); in csum_ipv6_magic()
136 sum = accumulate(sum, dst >> 64); in csum_ipv6_magic()
/Linux-v6.6/drivers/net/ethernet/sfc/
Dnic.c380 u64 *stats, const void *dma_buf, bool accumulate) in efx_nic_update_stats() argument
405 if (accumulate) in efx_nic_update_stats()
Dnic_common.h247 const void *dma_buf, bool accumulate);
/Linux-v6.6/Documentation/devicetree/bindings/mailbox/
Dbrcm,iproc-flexrm-mbox.txt28 which FlexRM will wait to accumulate N completion messages
/Linux-v6.6/drivers/net/ethernet/sfc/siena/
Dnic_common.h246 const void *dma_buf, bool accumulate);
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-v6.6/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);
/Linux-v6.6/Documentation/scheduler/
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-v6.6/Documentation/input/devices/
Dntrig.rst99 dramatically with increasing numbers. Rather than accumulate weight as a
/Linux-v6.6/arch/x86/crypto/
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
Daesni-intel_avx-x86_64.S1510 vpxor \T4, \T6, \T6 # accumulate the results in T6:T7
2467 vpxor \T6, \T1, \T1 # accumulate the results in T1:T7
/Linux-v6.6/tools/perf/Documentation/
Dtopdown.txt179 The ratios in the metric accumulate for the time when the counter
/Linux-v6.6/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
/Linux-v6.6/Documentation/bpf/
Dbpf_devel_QA.rst202 i) accumulate and stage BPF patches for integration into trees
225 accumulate too many patches in bpf or bpf-next.
/Linux-v6.6/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)
/Linux-v6.6/Documentation/arch/s390/
Dcds.rst300 accumulate the status in a struct irb and then call the device interrupt handler.
/Linux-v6.6/scripts/
Dspelling.txt45 accumalate||accumulate
/Linux-v6.6/Documentation/driver-api/mtd/
Dnand_ecc.rst579 As you can see tmppar is used to accumulate the parity within a for
/Linux-v6.6/Documentation/translations/it_IT/process/
D2.Process.rst264 sono costruiti da modifiche che si sono accumulate inizialmente nei sorgenti
/Linux-v6.6/Documentation/process/
D2.Process.rst283 patches which accumulate in -mm will eventually either be forwarded on to
/Linux-v6.6/Documentation/virt/kvm/x86/
Dtimekeeping.rst394 error, and may accumulate over time.
/Linux-v6.6/Documentation/filesystems/
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-v6.6/Documentation/arch/m68k/
Dkernel-options.rst560 This is the number of pixels of mouse movement that have to accumulate

12