Searched refs:mmap_singleton (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_mman.c1257 cmpxchg(&i915->gem.mmap_singleton, file, NULL);
1268 static struct file *mmap_singleton(struct drm_i915_private *i915) function
1273 file = READ_ONCE(i915->gem.mmap_singleton);
1287 smp_store_mb(i915->gem.mmap_singleton, file);
1310 anon = mmap_singleton(to_i915(dev));
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_drv.h417 struct file *mmap_singleton; member in struct:inteldrm_softc::__anon31

Completed in 177 milliseconds