Home
last modified time | relevance | path

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

/linux/arch/arm64/lib/
H 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/arch/loongarch/lib/
H A 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/drivers/net/ethernet/sfc/
H A Dnic.c380 u64 *stats, const void *dma_buf, bool accumulate) in efx_nic_update_stats() argument
405 if (accumulate) in efx_nic_update_stats()
/linux/drivers/net/ethernet/sfc/siena/
H A Dnic_common.h246 const void *dma_buf, bool accumulate);
H 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/Documentation/devicetree/bindings/mailbox/
H A Dbrcm,iproc-flexrm-mbox.txt28 which FlexRM will wait to accumulate N completion messages
/linux/drivers/net/ethernet/sfc/falcon/
H 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()
H A Dnic.h504 const void *dma_buf, bool accumulate);
/linux/Documentation/scheduler/
H 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/tools/perf/Documentation/
H A Dtips.txt5 To not accumulate CPU time of children symbols add --no-children
H A Dtopdown.txt179 The ratios in the metric accumulate for the time when the counter
/linux/Documentation/input/devices/
H A Dntrig.rst99 dramatically with increasing numbers. Rather than accumulate weight as a
/linux/Documentation/userspace-api/media/v4l/
H 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/Documentation/bpf/
H A 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/Documentation/admin-guide/cgroup-v1/
H A Dcpusets.rst300 single read, instead of having to read and accumulate results
306 query and accumulate results over all the (dynamically changing)
/linux/Documentation/arch/s390/
H A Dcds.rst300 accumulate the status in a struct irb and then call the device interrupt handler.
/linux/scripts/
H A Dspelling.txt46 accumalate||accumulate
/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst579 As you can see tmppar is used to accumulate the parity within a for
/linux/Documentation/translations/it_IT/process/
H A D2.Process.rst264 sono costruiti da modifiche che si sono accumulate inizialmente nei sorgenti
/linux/Documentation/process/
H A D2.Process.rst283 patches which accumulate in -mm will eventually either be forwarded on to
/linux/Documentation/virt/kvm/x86/
H A Dtimekeeping.rst394 error, and may accumulate over time.
/linux/Documentation/filesystems/xfs/
H 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/Documentation/arch/m68k/
H A Dkernel-options.rst560 This is the number of pixels of mouse movement that have to accumulate
/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst2134 position and accumulate the processed sample length at each interrupt.
2160 /* accumulate the size */