Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dslab_def.h12 struct kmem_cache { struct
36 struct kmem_cache *freelist_cache; argument
37 unsigned int freelist_size;
40 void (*ctor)(void *obj);
43 const char *name;
44 struct list_head list;
45 int refcount;
46 int object_size;
47 int align;
51 unsigned long num_active;
[all …]
H A Dslub_def.h84 struct kmem_cache { struct
85 struct kmem_cache_cpu __percpu *cpu_slab; argument
97 struct kmem_cache_order_objects oo; argument
100 struct kmem_cache_order_objects max; argument
101 struct kmem_cache_order_objects min; argument
102 gfp_t allocflags; /* gfp flags to use on each alloc */
103 int refcount; /* Refcount for slab cache destroy */
104 void (*ctor)(void *);
105 unsigned int inuse; /* Offset to metadata */
106 unsigned int align; /* Alignment */
[all …]
H A Dkvm_types.h74 struct kmem_cache *kmem_cache; member
/OK3568_Linux_fs/kernel/tools/testing/radix-tree/
H A Dlinux.c20 struct kmem_cache { struct
29 void *kmem_cache_alloc(struct kmem_cache *cachep, int gfp) in kmem_cache_alloc() argument
/OK3568_Linux_fs/kernel/mm/
H 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 …]
H A Dslab_common.c39 struct kmem_cache *kmem_cache; variable
H A Dslub.c588 int (*fn)(const struct kmem_cache *, const void *, in get_each_object_track()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h88 struct kmem_cache { int sz; }; struct
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dlbr.c702 struct kmem_cache *kmem_cache; in release_lbr_buffers() local
721 struct kmem_cache *kmem_cache; in reserve_lbr_buffers() local