HomeSort by: relevance | last modified time | path
    Searched defs:acquire (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/dev/fdt/
fdt_gpio.h 43 void * (*acquire)(device_t, const void *, size_t, int); member in struct:fdtbus_gpio_controller_func
fdt_phy.h 42 void * (*acquire)(device_t, const void *, size_t); member in struct:fdtbus_phy_controller_func
fdt_regulator.h 41 int (*acquire)(device_t); member in struct:fdtbus_regulator_controller_func
fdt_reset.h 42 void * (*acquire)(device_t, const void *, size_t); member in struct:fdtbus_reset_controller_func
fdt_dma.h 77 void * (*acquire)(device_t, const void *, size_t, member in struct:fdtbus_dma_controller_func
  /src/external/gpl3/gcc/dist/libgcc/c++-minimal/
guard.c 67 // acquire() is a helper function used to acquire guard if thread support is
70 acquire(__guard *g) function
85 return acquire (g);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
gpuobj.h 38 void *(*acquire)(struct nvkm_gpuobj *); member in struct:nvkm_gpuobj_func
memory.h 43 void __iomem *(*acquire)(struct nvkm_memory *); member in struct:nvkm_memory_func
81 #define nvkm_kmap(o) (o)->func->acquire(o)
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_object_blt.c 326 struct ww_acquire_ctx acquire; local
362 err = drm_gem_lock_reservations(objs, ARRAY_SIZE(objs), &acquire);
390 drm_gem_unlock_reservations(objs, ARRAY_SIZE(objs), &acquire);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
outp.h 45 int (*acquire)(struct nvkm_outp *); member in struct:nvkm_outp_func
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_clock_test.cc 44 vector.acquire(&cache, &chunked);
88 vector2.acquire(&cache, &chunked);
106 thr2.acquire(&cache, &sync);
107 thr2.acquire(&cache, &sync);
120 vector.acquire(&cache, &chunked);
130 vector.acquire(&cache, &chunked);
163 vector2.acquire(&cache, &chunked);
170 vector1.acquire(&cache, &chunked);
326 void acquire(const SimpleSyncClock *src) { function in struct:__tsan::SimpleThreadClock
341 acquire(dst)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AtomicOrdering.h 31 acquire = 2, member in class:llvm::AtomicOrderingCABI
55 /// \-->consume-->acquire--/
61 Acquire = 4,
83 "consume", "acquire", "release",
97 /* acquire */ { true, true, true, true, false, false, false, false},
112 /* acquire */ { true, true, true, true, true, false, false, false},
129 return isAtLeastOrStrongerThan(AO, AtomicOrdering::Acquire);
142 /* acquire */ AtomicOrderingCABI::acquire,
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
atomic_base.h 68 acquire, member in class:memory_order
76 inline constexpr memory_order memory_order_acquire = memory_order::acquire;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
atomic_base.h 65 acquire, member in class:memory_order
73 inline constexpr memory_order memory_order_acquire = memory_order::acquire;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_addrhashmap.h 97 void acquire(Handle *h);
108 map_->acquire(this);
118 map_->acquire(this);
128 map_->acquire(this);
167 void AddrHashMap<T, kSize>::acquire(Handle *h) { function in class:__sanitizer::AddrHashMap
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.cc 24 // void ThreadClock::acquire(const SyncClock *src) {
40 // acquire(dst);
50 // by zillions of acquire-loads (the acquire-load is O(1)).
71 // need to acquire regardless of "acquired" flag value;
130 void ThreadClock::acquire(ClockCache *c, SyncClock *src) { function in class:__tsan::ThreadClock
156 // O(N) acquire.
231 // so that we don't need to acquire it on next acquire.
260 // Rememeber that we don't need to acquire it in future
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h 58 /// \brief Atomically acquire a copy, disabling original in-place.
59 /// Exactly one call to acquire() returns a copy that isn't disabled.
60 SourceLocation acquire() { function in class:__ubsan::SourceLocation
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
wndw.h 55 int (*acquire)(struct nv50_wndw *, struct nv50_wndw_atom *asyw, member in struct:nv50_wndw_func
atom.h 176 u32 acquire; member in struct:nv50_wndw_atom::__anon5120
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_value.h 57 /// \brief Atomically acquire a copy, disabling original in-place.
58 /// Exactly one call to acquire() returns a copy that isn't disabled.
59 SourceLocation acquire() { function in class:__ubsan::SourceLocation
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_clock.cpp 23 // void ThreadClock::acquire(const SyncClock *src) {
47 // acquire(dst);
57 // by zillions of acquire-loads (the acquire-load is O(1)).
78 // need to acquire regardless of "acquired" flag value;
130 void ThreadClock::acquire(ClockCache *c, SyncClock *src) { function in class:__tsan::ThreadClock
153 // O(N) acquire.
260 // so that we don't need to acquire it on next acquire.
288 // Remember that we don't need to acquire it in future
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_value.h 57 /// \brief Atomically acquire a copy, disabling original in-place.
58 /// Exactly one call to acquire() returns a copy that isn't disabled.
59 SourceLocation acquire() { function in class:__ubsan::SourceLocation
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
guard.cc 113 // acquire semantics.
168 // Thread 2 attempts to acquire mutex to initialize another variable.
226 // acquire() is a helper function used to acquire guard if thread support is
229 acquire(__guard *g) function in namespace:__cxxabiv1
298 // Use acquire here.
350 if (acquire(g))
362 return acquire (g);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_aux.c 402 static bool acquire( function
569 if (!acquire(aux_engine, ddc_pin)) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
aux_engine.h 173 bool (*acquire)( member in struct:aux_engine_funcs

Completed in 32 milliseconds

1 2