Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H 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 …]
H A Dslub_def.h98 struct kmem_cache { struct
100 struct kmem_cache_cpu __percpu *cpu_slab; argument
115 struct kmem_cache_order_objects oo; argument
118 struct kmem_cache_order_objects min; argument
121 void (*ctor)(void *);
122 unsigned int inuse; /* Offset to metadata */
123 unsigned int align; /* Alignment */
125 const char *name; /* Name (only for display!) */
128 struct kobject kobj; /* For sysfs */
154 struct kmem_cache_node *node[MAX_NUMNODES]; argument
[all …]
H A Dkvm_types.h96 struct kmem_cache *kmem_cache; member
/openbmc/linux/tools/testing/radix-tree/
H 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
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c621 struct kmem_cache *kmem_cache; in release_lbr_buffers() local
640 struct kmem_cache *kmem_cache; in reserve_lbr_buffers() local
/openbmc/u-boot/include/linux/
H A Dcompat.h106 struct kmem_cache { int sz; }; argument
/openbmc/linux/mm/
H A Dslab_common.c40 struct kmem_cache *kmem_cache; variable