OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slab_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_active.c
33
struct kmem_cache *
slab_cache
;
member in struct:i915_global_active
211
kmem_cache_free(global.
slab_cache
, it);
290
prealloc = kmem_cache_alloc(global.
slab_cache
, GFP_KERNEL);
314
kmem_cache_free(global.
slab_cache
, prealloc);
346
kmem_cache_free(global.
slab_cache
, prealloc);
733
node = kmem_cache_alloc(global.
slab_cache
, GFP_KERNEL);
784
kmem_cache_free(global.
slab_cache
, node);
998
kmem_cache_shrink(global.
slab_cache
);
1003
kmem_cache_destroy(global.
slab_cache
);
1013
global.
slab_cache
= KMEM_CACHE(active_node, SLAB_HWCACHE_ALIGN)
[
all
...]
i915_active.c
33
struct kmem_cache *
slab_cache
;
member in struct:i915_global_active
211
kmem_cache_free(global.
slab_cache
, it);
290
prealloc = kmem_cache_alloc(global.
slab_cache
, GFP_KERNEL);
314
kmem_cache_free(global.
slab_cache
, prealloc);
346
kmem_cache_free(global.
slab_cache
, prealloc);
733
node = kmem_cache_alloc(global.
slab_cache
, GFP_KERNEL);
784
kmem_cache_free(global.
slab_cache
, node);
998
kmem_cache_shrink(global.
slab_cache
);
1003
kmem_cache_destroy(global.
slab_cache
);
1013
global.
slab_cache
= KMEM_CACHE(active_node, SLAB_HWCACHE_ALIGN)
[
all
...]
Completed in 26 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025