Home
last modified time | relevance | path

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

/linux/include/linux/
A Dslab_def.h12 struct kmem_cache { struct
36 struct kmem_cache *freelist_cache; argument
43 const char *name;
45 int refcount;
46 int object_size;
47 int align;
61 atomic_t allochit;
62 atomic_t allocmiss;
63 atomic_t freehit;
87 struct kmem_cache_node *node[MAX_NUMNODES]; argument
[all …]
A Dslub_def.h90 struct kmem_cache { struct
91 struct kmem_cache_cpu __percpu *cpu_slab; argument
105 struct kmem_cache_order_objects oo; argument
108 struct kmem_cache_order_objects max; argument
109 struct kmem_cache_order_objects min; argument
112 void (*ctor)(void *);
113 unsigned int inuse; /* Offset to metadata */
114 unsigned int align; /* Alignment */
119 struct kobject kobj; /* For sysfs */
143 struct kmem_cache_node *node[MAX_NUMNODES]; argument
[all …]
A Dkvm_types.h67 struct kmem_cache *kmem_cache; member
/linux/tools/testing/radix-tree/
A Dlinux.c20 struct kmem_cache { struct
29 void *kmem_cache_alloc(struct kmem_cache *cachep, int gfp) in kmem_cache_alloc() argument
/linux/mm/
A Dslab.h20 struct kmem_cache { struct
21 unsigned int object_size;/* The original size of the object */
22 unsigned int size; /* The aligned/padded/added on size */
23 unsigned int align; /* Alignment as calculated */
24 slab_flags_t flags; /* Active flags on the slab */
25 unsigned int useroffset;/* Usercopy region offset */
26 unsigned int usersize; /* Usercopy region size */
27 const char *name; /* Slab name for sysfs */
28 int refcount; /* Use counter */
29 void (*ctor)(void *); /* Called on object slot creation */
[all …]
A Dslab_common.c38 struct kmem_cache *kmem_cache; variable
/linux/arch/x86/events/intel/
A Dlbr.c690 struct kmem_cache *kmem_cache; in release_lbr_buffers() local
709 struct kmem_cache *kmem_cache; in reserve_lbr_buffers() local

Completed in 18 milliseconds