Home
last modified time | relevance | path

Searched refs:kmem_cache (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/sys/dev/drm/include/linux/
H A Dslab.h53 struct kmem_cache { struct
65 static inline struct kmem_cache * argument
69 struct kmem_cache *kc; in kmem_cache_create()
71 kc = kzalloc(sizeof(struct kmem_cache), flags); in kmem_cache_create()
78 kmem_cache_destroy(struct kmem_cache *kc) in kmem_cache_destroy()
84 kmem_cache_alloc(struct kmem_cache *kc, gfp_t flags) in kmem_cache_alloc()
90 kmem_cache_zalloc(struct kmem_cache *kc, gfp_t flags) in kmem_cache_zalloc()
96 kmem_cache_free(struct kmem_cache *kc, void *ptr) in kmem_cache_free()
H A Dkasan.h30 struct kmem_cache;
/dflybsd-src/sys/contrib/dev/acpica/source/include/platform/
H A Daclinux.h251 #define ACPI_CACHE_T struct kmem_cache
/dflybsd-src/sys/dev/drm/scheduler/
H A Dsched_fence.c30 static struct kmem_cache *sched_fence_slab;
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_sync.c42 static struct kmem_cache *amdgpu_sync_slab;
H A Damdgpu_fence.c57 static struct kmem_cache *amdgpu_fence_slab;
/dflybsd-src/sys/dev/drm/i915/
H A Di915_drv.h2236 struct kmem_cache *objects;
2237 struct kmem_cache *vmas;
2238 struct kmem_cache *luts;
2239 struct kmem_cache *requests;
2240 struct kmem_cache *dependencies;
2241 struct kmem_cache *priorities;
/dflybsd-src/sys/dev/drm/i915/gvt/
H A Dgvt.h166 struct kmem_cache *workloads;
/dflybsd-src/sys/contrib/dev/acpica/
H A Dchanges.txt193 using kmem_cache_free(<"Acpi-Namespace" kmem_cache>). This is wrong.