OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KMEM_CACHE
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_scheduler.c
23
struct
kmem_cache
*slab_dependencies;
24
struct
kmem_cache
*slab_priorities;
607
global.slab_dependencies =
KMEM_CACHE
(i915_dependency,
612
global.slab_priorities =
KMEM_CACHE
(i915_priolist,
i915_buddy.c
23
struct
kmem_cache
*slab_blocks;
47
global.slab_blocks =
KMEM_CACHE
(i915_buddy_block, SLAB_HWCACHE_ALIGN);
i915_request.c
58
struct
kmem_cache
*slab_requests;
59
struct
kmem_cache
*slab_dependencies;
60
struct
kmem_cache
*slab_execute_cbs;
1707
global.slab_execute_cbs =
KMEM_CACHE
(execute_cb,
1714
global.slab_dependencies =
KMEM_CACHE
(i915_dependency,
i915_active.c
33
struct
kmem_cache
*slab_cache;
1013
global.slab_cache =
KMEM_CACHE
(active_node, SLAB_HWCACHE_ALIGN);
i915_vma.c
50
struct
kmem_cache
*slab_vmas;
1419
global.slab_vmas =
KMEM_CACHE
(i915_vma, SLAB_HWCACHE_ALIGN);
/src/sys/external/bsd/common/include/linux/
slab.h
170
struct
kmem_cache
{
struct
180
struct
kmem_cache
*const kc = cookie;
191
struct
kmem_cache
*const kc = cookie;
198
static inline struct
kmem_cache
*
202
struct
kmem_cache
*kc;
221
static inline struct
kmem_cache
*
228
#define
KMEM_CACHE
(T, F) \
233
kmem_cache_destroy(struct
kmem_cache
*kc)
241
kmem_cache_alloc(struct
kmem_cache
*kc, gfp_t gfp)
262
kmem_cache_zalloc(struct
kmem_cache
*kc, gfp_t gfp
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_context.c
27
struct
kmem_cache
*slab_ce;
328
global.slab_ce =
KMEM_CACHE
(intel_context, SLAB_HWCACHE_ALIGN);
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_object.c
47
struct
kmem_cache
*slab_objects;
422
KMEM_CACHE
(drm_i915_gem_object, SLAB_HWCACHE_ALIGN);
i915_gem_context.c
98
struct
kmem_cache
*slab_luts;
2527
global.slab_luts =
KMEM_CACHE
(i915_lut_handle, 0);
Completed in 20 milliseconds
Indexes created Wed Nov 05 19:10:08 GMT 2025