Home
last modified time | relevance | path

Searched refs:reduce (Results 1 – 10 of 10) sorted by relevance

/xnu-11417.121.6/tests/
H A Din_cksum.c45 reduce(int * sum) in reduce() function
86 reduce(&sum); in in_cksum()
99 reduce(&sum); in in_cksum()
/xnu-11417.121.6/iokit/Kernel/
H A DIODMACommand.cpp1532 uint64_t reduce, leftover = 0; in genIOVMSegments() local
1544 reduce = (curSeg.fLength & fAlignMaskLength); in genIOVMSegments()
1545 if (reduce && (curSeg.fLength > reduce)) { in genIOVMSegments()
1546 leftover += reduce; in genIOVMSegments()
1547 curSeg.fLength -= reduce; in genIOVMSegments()
1554 reduce = (state->fIOVMAddr & fAlignMaskInternalSegments); in genIOVMSegments()
1555 if (reduce && (curSeg.fLength > reduce)) { in genIOVMSegments()
1556 leftover += reduce; in genIOVMSegments()
1557 curSeg.fLength -= reduce; in genIOVMSegments()
/xnu-11417.121.6/doc/mach_ipc/
H A Dkmsg.md358 In order to reduce how appetizing this is, IPC kmsg inside of the kernel
446 descriptors, which should dramatically reduce tampering risks.
/xnu-11417.121.6/tools/trace/
H A Dparse_ipc_trace.py548 dsize = reduce(lambda accum, t: accum + e.dtype(t), dfilter, 0)
551 nmsg = reduce(lambda accum, t: accum + e.mtype(t), dfilter, 0)
/xnu-11417.121.6/doc/observability/
H A Dmt_stackshot.md75 current cluster's freelist (again, to reduce cache effects). The freelist is a
/xnu-11417.121.6/doc/building/
H A Dxnu_build_consolidation.md15 reduce the number of existing builds, as well as to set up a simple framework that makes it easier …
H A Dbound_checks.md104 consistently helps land code changes that stick, and help reduce the likelihood
/xnu-11417.121.6/tests/skywalk/
H A Dskywalk_test_utils.c1500 reduce(int * sum) in reduce() function
1538 reduce(&sum); in in_cksum()
1551 reduce(&sum); in in_cksum()
/xnu-11417.121.6/doc/scheduler/
H A Dsched_clutch_edge.md265 …red cluster type. If no such thread is found, then the scheduler aims to reduce the load on other …
273 …ce cluster shared resource intensive threads across clusters in order to reduce contention on the …
/xnu-11417.121.6/doc/arm/
H A Dsme.md56 can further reduce SVL for itself and lower exception levels.