Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 25 of 61) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp168 Wait.VmCnt = std::min(Wait.VmCnt, Count); in addWait()
171 Wait.ExpCnt = std::min(Wait.ExpCnt, Count); in addWait()
174 Wait.LgkmCnt = std::min(Wait.LgkmCnt, Count); in addWait()
177 Wait.VsCnt = std::min(Wait.VsCnt, Count); in addWait()
829 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()
846 Wait.VsCnt = std::min(Wait.VsCnt, OldVSCnt); in applyPreexistingWaitcnt()
958 Wait.VmCnt = 0; in generateWaitcntInstBefore()
967 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(ST->hasVscnt())); in generateWaitcntInstBefore()
974 Wait.VmCnt = 0; in generateWaitcntInstBefore()
1150 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(ST->hasVscnt())); in generateWaitcntInstBefore()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h64 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
97 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized); in call_once()
H A DProgram.h207 ProcessInfo Wait(
/freebsd-13.1/sys/sys/
H A Daac_ioctl.h174 int Wait; member
181 int Wait; member
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h114 virtual int Wait() = 0;
203 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/freebsd-13.1/sys/contrib/openzfs/etc/systemd/system/
H A Dzfs-volume-wait.service.in2 Description=Wait for ZFS Volume (zvol) links in /dev
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h70 void Wait();
190 writers_.Wait(); in Lock()
250 readers_.Wait(); in ReadLock()
H A Dsanitizer_mutex.cpp31 void Semaphore::Wait() { in Wait() function in __sanitizer::Semaphore
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h29 enum State : unsigned char { Nonblocking, Wait }; enumerator
H A DMPIChecker.cpp82 State = State->set<RequestMap>(ReqRegion, Request::State::Wait); in checkUnmatchedWaits()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc649 virtual int Wait();
671 int WindowsDeathTest::Wait() { in Wait() function in testing::internal::WindowsDeathTest
821 virtual int Wait();
874 int FuchsiaDeathTest::Wait() { in Wait() function in testing::internal::FuchsiaDeathTest
1006 virtual int Wait();
1024 int ForkingDeathTest::Wait() { in Wait() function in testing::internal::ForkingDeathTest
/freebsd-13.1/sys/dev/ppbus/
H A Dppb_1284.h64 #define Wait nBUSY macro
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/freescale/
H A Dfsl,imx7ulp-pm.txt11 Standby modes for either Cortex family. Run, Wait, and Stop are the
/freebsd-13.1/contrib/ntp/scripts/ntp-wait/
H A Dinvoke-ntp-wait.texi4 @cindex Wait for ntpd to stabilize the system clock
64 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p15
H A Dntp-wait-opts43 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p15
H A Dntp-wait.texi18 * ntp-wait: (ntp-wait). Wait for ntpd to synchronize and stabilize the system clock.
H A Dntp-wait-opts.def7 prog-title = "Wait for ntpd to stabilize the system clock";
/freebsd-13.1/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.texi18 * ntpsweep: (ntpsweep). Wait for ntpd to synchronize and stabilize the system clock.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp46 Wait(PI, SecondsToWait, /*WaitUntilTerminates=*/SecondsToWait == 0, in ExecuteAndWait()
/freebsd-13.1/sys/contrib/device-tree/src/powerpc/fsl/
H A De500mc_power_isa.dtsi55 power-isa-wt; // Wait
H A De5500_power_isa.dtsi55 power-isa-wt; // Wait
H A De6500_power_isa.dtsi55 power-isa-wt; // Wait
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen.shlib60 # Wait until specific event or timeout occur.
/freebsd-13.1/lib/libc/isc/
H A Deventlib_p.h172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
/freebsd-13.1/sys/contrib/device-tree/Bindings/spi/
H A Dspi-pl022.yaml117 description: Microwire interface - Wait state

123