Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h137 void setCachePruningInterval(int Interval) { in setCachePruningInterval() argument
138 if(Interval < 0) in setCachePruningInterval()
139 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
141 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp36 using Interval = std::pair<uint64_t, uint64_t>;
38 static Interval intersect(const Interval &I1, const Interval &I2) {
110 Interval RequestExtent = std::make_pair(Offset, Offset + Size); in readBytes()
128 Interval CachedExtent = in readBytes()
133 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes()
290 Interval WriteInterval = std::make_pair(Offset, Offset + Data.size()); in fixCacheAfterWrite()
291 Interval CachedInterval = in fixCacheAfterWrite()
37 using Interval = std::pair<uint64_t, uint64_t>; global() typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h182 const s32 Interval = atomic_load_relaxed(&ReleaseToOsIntervalMs); in getStats() local
187 atomic_load_relaxed(&MaxEntrySize), Interval >= 0 ? Interval : -1); in getStats()
224 const s32 Interval = atomic_load_relaxed(&ReleaseToOsIntervalMs); in store() local
234 if (Interval == 0 && !SCUDO_FUCHSIA) { in store()
246 } else if (Interval == 0) { in store()
292 else if (Interval >= 0) in store()
293 releaseOlderThan(Time - static_cast<u64>(Interval) * 1000000); in store()
387 const s32 Interval = Max( in setOption() local
390 atomic_store_relaxed(&ReleaseToOsIntervalMs, Interval); in setOption()
H A Dflags.inc46 "Interval (in milliseconds) at which to attempt release of unused "
H A Dprimary32.h337 const s32 Interval = Max( in setOption() local
340 atomic_store_relaxed(&ReleaseToOsIntervalMs, Interval); in setOption()
H A Dprimary64.h400 const s32 Interval = Max( in setOption() local
403 atomic_store_relaxed(&ReleaseToOsIntervalMs, Interval); in setOption()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp90 Policy.Interval = *DurationOrErr; in parseCachePruningPolicy()
184 if (!Policy.Interval) in pruneCache()
186 if (Policy.Interval != seconds(0)) { in pruneCache()
191 if (TimeStampAge <= *Policy.Interval) { in pruneCache()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp1035 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions() local
1036 assert(Interval->find(Index) != Interval->end() && in remapInstructions()
1154 LiveInterval *Interval = &*Intervals[Slot]; in removeInvalidSlotRanges() local
1156 if (Interval->find(Index) == Interval->end()) { in removeInvalidSlotRanges()
1157 Interval->clear(); in removeInvalidSlotRanges()
H A DLiveIntervals.cpp890 LiveInterval &Interval = getOrCreateEmptyInterval(Reg); in addSegmentToEndOfBlock() local
891 VNInfo *VN = Interval.getNextValue( in addSegmentToEndOfBlock()
896 Interval.addSegment(S); in addSegmentToEndOfBlock()
H A DMachineScheduler.cpp4481 for (auto &Interval : _Intervals) { in getFirstAvailableAt() local
4482 if (!intersects(NewInterval, Interval)) in getFirstAvailableAt()
4487 assert(Interval.second > NewInterval.first && in getFirstAvailableAt()
4489 RetCycle += (unsigned)Interval.second - (unsigned)NewInterval.first; in getFirstAvailableAt()
4508 [&A](const ResourceSegments::IntervalTy &Interval) -> bool { in add() argument
4509 return !intersects(A, Interval); in add()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp780 RegInterval Interval = getRegInterval(MI, MRI, TRI, OpNo); in setExpScore() local
782 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in setExpScore()
910 RegInterval Interval = getRegInterval(&Inst, MRI, TRI, I); in updateByEvent() local
912 if (Interval.first >= NUM_ALL_VGPRS) in updateByEvent()
920 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) in updateByEvent()
924 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in updateByEvent()
1774 RegInterval Interval = ScoreBrackets.getRegInterval(&MI, MRI, TRI, I); in generateWaitcntInstBefore() local
1777 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in generateWaitcntInstBefore()
2357 RegInterval Interval = Brackets.getRegInterval(&MI, MRI, TRI, I); in shouldFlushVmCnt() local
2360 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in shouldFlushVmCnt()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCachePruning.h33 std::optional<std::chrono::seconds> Interval = std::chrono::seconds(1200); member
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dda9150-fg.txt7 - dlg,update-interval: Interval time (milliseconds) between battery level checks.
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Djcore,pit.txt1 J-Core Programmable Interval Timer and Clocksource
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h150 Error updateForever(std::chrono::milliseconds Interval);
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h441 void enableNodeReclamation(unsigned Interval) { in enableNodeReclamation() argument
442 ReclaimCounter = ReclaimNodeInterval = Interval; in enableNodeReclamation()
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dahci-ceva.txt36 RIT: Retry Interval Timer.
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp387 Error DebuginfodCollection::updateForever(std::chrono::milliseconds Interval) { in updateForever() argument
391 std::this_thread::sleep_for(Interval); in updateForever()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp36 policy.Interval = std::chrono::hours(1); in GetLLDBIndexCachePolicy()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp328 const uint32_t Interval = 1 << OffsetLabelIntervalBits; in defineSection() local
330 for (uint32_t Off = Interval, E = Asm.getSectionAddressSize(MCSec); Off < E; in defineSection()
331 Off += Interval) { in defineSection()
/freebsd/share/misc/
H A Dscsi_modes171 {Background Medium Scan Interval Time} i2
270 {Interval Timer} i4
/freebsd/sys/contrib/device-tree/Bindings/soundwire/
H A Dqcom,sdw.txt86 Out ports followed by In ports. Used for Sample Interval
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h882 UINT32 Interval; /* Polling interval (msec) */ member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo1.c846 {ACPI_DMT_UINT32, ACPI_CPEP0_OFFSET (Interval), "Polling Interval", 0},
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.def432 .Ss "Poll Interval Control"

12