HomeSort by: relevance | last modified time | path
    Searched defs:acquired (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
pci.h 32 bool acquired; member in struct:nvkm_pci::__anonc8b4be080108
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
outp.h 26 u8 acquired:2; member in struct:nvkm_outp
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.cc 66 // the remaining bits hold "acquired" flag (the actual value is thread's
69 // acquired this clock (except possibly for dirty elements).
71 // need to acquire regardless of "acquired" flag value;
142 bool acquired = false; local in function:__tsan::ThreadClock::acquire
149 acquired = true;
154 // Check if we've already acquired src after the last release operation on src
164 acquired = true;
169 // Remember that this thread has acquired this clock.
174 if (acquired) {
197 // Check if we had not acquired anything from other thread
212 bool acquired = IsAlreadyAcquired(dst); local in function:__tsan::ThreadClock::release
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_agpsupport.h 62 int acquired; member in struct:drm_agp_head
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 599 int acquired; member in struct:drm_agp_head

Completed in 14 milliseconds