Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/linux/
HDslab.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()
HDkasan.h30 struct kmem_cache;
/dragonfly/sys/contrib/dev/acpica/source/include/platform/
HDaclinux.h251 #define ACPI_CACHE_T struct kmem_cache
/dragonfly/sys/dev/drm/scheduler/
HDsched_fence.c30 static struct kmem_cache *sched_fence_slab;
/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_sync.c42 static struct kmem_cache *amdgpu_sync_slab;
HDamdgpu_fence.c57 static struct kmem_cache *amdgpu_fence_slab;
/dragonfly/sys/dev/drm/i915/
HDi915_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;
/dragonfly/sys/dev/drm/i915/gvt/
HDgvt.h166 struct kmem_cache *workloads;
/dragonfly/sys/contrib/dev/acpica/
HDchanges.txt193 using kmem_cache_free(<"Acpi-Namespace" kmem_cache>). This is wrong.