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

  /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 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_execbuffer.c 1479 * we would try to acquire the struct mutex again. Obviously
1829 struct ww_acquire_ctx acquire; local in function:eb_move_to_gpu
1833 ww_acquire_init(&acquire, &reservation_ww_class);
1838 err = ww_mutex_lock_interruptible(&vma->resv->lock, &acquire);
1859 &acquire);
1864 ww_acquire_done(&acquire);
1919 ww_acquire_fini(&acquire);
2341 * Pinning the contexts may generate requests in order to acquire
2353 * Upon dispatch, we acquire another prolonged wakeref that we hold
  /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/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/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_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::__anonf635598f1108
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_aux.c 402 static bool acquire( function in typeref:typename:bool
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
  /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/amd/amdgpu/
amdgpu_gfx_v8_0.c 6248 bool acquire)
6252 int pipe_percent = acquire ? SPI_WCL_PIPE_PERCENT_GFX__VALUE_MASK : 0x1;
6268 bool acquire)
6276 if (acquire)
6318 bool acquire)
6320 uint32_t pipe_priority = acquire ? 0x2 : 0x0;
6321 uint32_t queue_priority = acquire ? 0xf : 0x0;
6336 bool acquire = priority == DRM_SCHED_PRIORITY_HIGH_HW; local in function:gfx_v8_0_ring_set_priority_compute
6341 gfx_v8_0_hqd_set_priority(adev, ring, acquire);
6342 gfx_v8_0_pipe_reserve_resources(adev, ring, acquire);
    [all...]
amdgpu_gfx_v9_0.c 5054 bool acquire)
5058 int pipe_percent = acquire ? SPI_WCL_PIPE_PERCENT_GFX__VALUE_MASK : 0x1;
5074 bool acquire)
5082 if (acquire)
5124 bool acquire)
5126 uint32_t pipe_priority = acquire ? 0x2 : 0x0;
5127 uint32_t queue_priority = acquire ? 0xf : 0x0;
5143 bool acquire = priority == DRM_SCHED_PRIORITY_HIGH_HW; local in function:gfx_v9_0_ring_set_priority_compute
5148 gfx_v9_0_hqd_set_priority(adev, ring, acquire);
5149 gfx_v9_0_pipe_reserve_resources(adev, ring, acquire);
    [all...]
  /src/sys/dev/pci/
if_wm.c 487 int (*acquire)(struct wm_softc *) __attribute__((warn_unused_result)); member in struct:wm_phyop
496 int (*acquire)(struct wm_softc *) __attribute__((warn_unused_result)); member in struct:wm_nvmop
2069 sc->phy.acquire = sc->nvm.acquire = wm_get_null;
2459 sc->nvm.acquire = wm_get_eecd;
2472 sc->nvm.acquire = wm_get_eecd;
2498 sc->phy.acquire = wm_get_swsm_semaphore;
2500 sc->nvm.acquire = wm_get_nvm_82571;
2509 sc->phy.acquire = wm_get_swsm_semaphore;
2511 sc->nvm.acquire = wm_get_nvm_82571
    [all...]

Completed in 33 milliseconds