Home
last modified time | relevance | path

Searched defs:kmem_cache (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dslab_def.h12 struct kmem_cache { struct
17 unsigned int limit;
18 unsigned int shared;
20 unsigned int size;
32 gfp_t allocflags;
42 const char *name;
44 int refcount;
45 int object_size;
46 int align;
62 atomic_t freehit;
[all …]
A Dslub_def.h92 struct kmem_cache { struct
94 struct kmem_cache_cpu __percpu *cpu_slab; argument
109 struct kmem_cache_order_objects oo; argument
112 struct kmem_cache_order_objects min; argument
115 void (*ctor)(void *);
116 unsigned int inuse; /* Offset to metadata */
117 unsigned int align; /* Alignment */
119 const char *name; /* Name (only for display!) */
122 struct kobject kobj; /* For sysfs */
148 struct kmem_cache_node *node[MAX_NUMNODES]; argument
[all …]
A Dkvm_types.h97 struct kmem_cache *kmem_cache; member
/linux-6.3-rc2/tools/testing/radix-tree/
A Dlinux.c19 struct kmem_cache { struct
31 void kmem_cache_set_non_kernel(struct kmem_cache *cachep, unsigned int val) in kmem_cache_set_non_kernel() argument
/linux-6.3-rc2/mm/
A Dslab.h215 struct kmem_cache { struct
216 unsigned int object_size;/* The original size of the object */
217 unsigned int size; /* The aligned/padded/added on size */
218 unsigned int align; /* Alignment as calculated */
219 slab_flags_t flags; /* Active flags on the slab */
220 const char *name; /* Slab name for sysfs */
221 int refcount; /* Use counter */
222 void (*ctor)(void *); /* Called on object slot creation */
223 struct list_head list; /* List of all slab caches on the system */
A Dslab_common.c38 struct kmem_cache *kmem_cache; variable
/linux-6.3-rc2/arch/x86/events/intel/
A Dlbr.c621 struct kmem_cache *kmem_cache; in release_lbr_buffers() local
640 struct kmem_cache *kmem_cache; in reserve_lbr_buffers() local

Completed in 17 milliseconds