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

1 2 3 4 5

  /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_reset.h 42 void * (*acquire)(device_t, const void *, size_t); member in struct:fdtbus_reset_controller_func
fdt_regulator.h 41 int (*acquire)(device_t); member in struct:fdtbus_regulator_controller_func
fdt_dma.h 77 void * (*acquire)(device_t, const void *, size_t, member in struct:fdtbus_dma_controller_func
usbnopphy.c 110 .acquire = usbnopphy_acquire,
  /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/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.cc 49 Location Loc = Data->Loc.acquire();
114 SourceLocation Loc = Data->Loc.acquire();
153 SourceLocation Loc = Data->Loc.acquire();
190 SourceLocation Loc = Data->Loc.acquire();
235 SourceLocation Loc = Data->Loc.acquire();
285 SourceLocation Loc = Data->Loc.acquire();
340 SourceLocation Loc = Data->Loc.acquire();
398 SourceLocation SLoc = Data->Loc.acquire();
426 SourceLocation Loc = Data->Loc.acquire();
459 SourceLocation Loc = Data->Loc.acquire();
    [all...]
ubsan_handlers_cxx.cc 46 SourceLocation Loc = Data->Loc.acquire();
101 SourceLocation Loc = Data->Loc.acquire();
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/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/nouveau/nvkm/engine/disp/
outp.h 45 int (*acquire)(struct nvkm_outp *); member in struct:nvkm_outp_func
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_base827c.c 63 .acquire = base507c_acquire,
nouveau_dispnv50_ovly907e.c 57 .acquire = ovly507e_acquire,
nouveau_dispnv50_ovly827e.c 81 .acquire = ovly507e_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/arch/arm/amlogic/
meson_resets.c 110 .acquire = meson_resets_acquire,
mesongxl_usb2phy.c 132 .acquire = mesongxl_usb2phy_acquire,
  /src/sys/arch/arm/sunxi/
sunxi_resets.c 106 .acquire = sunxi_resets_acquire,
  /src/sys/arch/riscv/starfive/
jh7110_pciephy.c 68 aprint_verbose("phy acquire with len %zu", len);
88 .acquire = jh7110pciephy_acquire,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
aux_engine.h 173 bool (*acquire)( member in struct:aux_engine_funcs
  /src/sys/dev/pci/igc/
igc_hw.h 228 int (*acquire)(struct igc_hw *); member in struct:igc_phy_operations
250 int (*acquire)(struct igc_hw *); member in struct:igc_nvm_operations
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_gpuobj.c 145 .acquire = nvkm_gpuobj_heap_acquire,
210 .acquire = nvkm_gpuobj_acquire,
  /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);

Completed in 30 milliseconds

1 2 3 4 5