/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_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 | 73 void * (*acquire)(device_t, const void *, size_t, member in struct:fdtbus_dma_controller_func
|
fdt_dma.h | 73 void * (*acquire)(device_t, const void *, size_t, member in struct:fdtbus_dma_controller_func
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_object_blt.c | 326 struct ww_acquire_ctx acquire; local in function:i915_gem_object_copy_blt 362 err = drm_gem_lock_reservations(objs, ARRAY_SIZE(objs), &acquire); 390 drm_gem_unlock_reservations(objs, ARRAY_SIZE(objs), &acquire);
|
i915_gem_object_blt.c | 326 struct ww_acquire_ctx acquire; local in function:i915_gem_object_copy_blt 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/include/nvkm/core/ |
gpuobj.h | 38 void *(*acquire)(struct nvkm_gpuobj *); member in struct:nvkm_gpuobj_func
|
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/nouveau/nvkm/engine/disp/ |
outp.h | 45 int (*acquire)(struct nvkm_outp *); member in struct:nvkm_outp_func
|
outp.h | 45 int (*acquire)(struct nvkm_outp *); member in struct:nvkm_outp_func
|
/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
|
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...] |
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/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...] |
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/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
|