Searched refs:kmem_cache (Results 1 - 25 of 660) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dslab_def.h47 * struct kmem_cache
52 struct kmem_cache { struct
76 struct kmem_cache *slabp_cache;
115 * We put nodelists[] at the end of kmem_cache, because we want to size
130 struct kmem_cache *cs_cachep;
132 struct kmem_cache *cs_dmacachep;
137 void *kmem_cache_alloc(struct kmem_cache *, gfp_t);
141 extern void *kmem_cache_alloc_notrace(struct kmem_cache *cachep, gfp_t flags);
142 extern size_t slab_buffer_size(struct kmem_cache *cachep);
145 kmem_cache_alloc_notrace(struct kmem_cache *cache
[all...]
H A Dslab.h96 * struct kmem_cache related prototypes
101 struct kmem_cache *kmem_cache_create(const char *, size_t, size_t,
104 void kmem_cache_destroy(struct kmem_cache *);
105 int kmem_cache_shrink(struct kmem_cache *);
106 void kmem_cache_free(struct kmem_cache *, void *);
107 unsigned int kmem_cache_size(struct kmem_cache *);
108 const char *kmem_cache_name(struct kmem_cache *);
110 int kmem_ptr_validate(struct kmem_cache *cachep, const void *ptr);
245 void *kmem_cache_alloc(struct kmem_cache *, gfp_t);
247 static inline void *kmem_cache_alloc_node(struct kmem_cache *cache
[all...]
H A Dslob_def.h14 void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node);
16 static __always_inline void *kmem_cache_alloc(struct kmem_cache *cachep,
H A Dtaskstats_kern.h15 extern struct kmem_cache *taskstats_cache;
H A Dslub_def.h70 struct kmem_cache { struct
154 extern struct kmem_cache kmalloc_caches[KMALLOC_CACHES];
212 static __always_inline struct kmem_cache *kmalloc_slab(size_t size)
222 void *kmem_cache_alloc(struct kmem_cache *, gfp_t);
226 extern void *kmem_cache_alloc_notrace(struct kmem_cache *s, gfp_t gfpflags);
229 kmem_cache_alloc_notrace(struct kmem_cache *s, gfp_t gfpflags)
255 struct kmem_cache *s = kmalloc_slab(size);
272 void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node);
275 extern void *kmem_cache_alloc_node_notrace(struct kmem_cache *s,
280 kmem_cache_alloc_node_notrace(struct kmem_cache *
[all...]
H A Dkmemcheck.h13 void kmemcheck_slab_alloc(struct kmem_cache *s, gfp_t gfpflags, void *object,
15 void kmemcheck_slab_free(struct kmem_cache *s, void *object, size_t size);
103 kmemcheck_slab_alloc(struct kmem_cache *s, gfp_t gfpflags, void *object,
108 static inline void kmemcheck_slab_free(struct kmem_cache *s, void *object,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dslab_def.h47 * struct kmem_cache
52 struct kmem_cache { struct
76 struct kmem_cache *slabp_cache;
115 * We put nodelists[] at the end of kmem_cache, because we want to size
130 struct kmem_cache *cs_cachep;
132 struct kmem_cache *cs_dmacachep;
137 void *kmem_cache_alloc(struct kmem_cache *, gfp_t);
141 extern void *kmem_cache_alloc_notrace(struct kmem_cache *cachep, gfp_t flags);
142 extern size_t slab_buffer_size(struct kmem_cache *cachep);
145 kmem_cache_alloc_notrace(struct kmem_cache *cache
[all...]
H A Dslab.h96 * struct kmem_cache related prototypes
101 struct kmem_cache *kmem_cache_create(const char *, size_t, size_t,
104 void kmem_cache_destroy(struct kmem_cache *);
105 int kmem_cache_shrink(struct kmem_cache *);
106 void kmem_cache_free(struct kmem_cache *, void *);
107 unsigned int kmem_cache_size(struct kmem_cache *);
108 const char *kmem_cache_name(struct kmem_cache *);
110 int kmem_ptr_validate(struct kmem_cache *cachep, const void *ptr);
245 void *kmem_cache_alloc(struct kmem_cache *, gfp_t);
247 static inline void *kmem_cache_alloc_node(struct kmem_cache *cache
[all...]
H A Dslob_def.h14 void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node);
16 static __always_inline void *kmem_cache_alloc(struct kmem_cache *cachep,
H A Dtaskstats_kern.h15 extern struct kmem_cache *taskstats_cache;
H A Dslub_def.h70 struct kmem_cache { struct
154 extern struct kmem_cache kmalloc_caches[KMALLOC_CACHES];
212 static __always_inline struct kmem_cache *kmalloc_slab(size_t size)
222 void *kmem_cache_alloc(struct kmem_cache *, gfp_t);
226 extern void *kmem_cache_alloc_notrace(struct kmem_cache *s, gfp_t gfpflags);
229 kmem_cache_alloc_notrace(struct kmem_cache *s, gfp_t gfpflags)
255 struct kmem_cache *s = kmalloc_slab(size);
272 void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node);
275 extern void *kmem_cache_alloc_node_notrace(struct kmem_cache *s,
280 kmem_cache_alloc_node_notrace(struct kmem_cache *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify.h3 #include <linux/slab.h> /* struct kmem_cache */
5 extern struct kmem_cache *event_priv_cachep;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/notify/inotify/
H A Dinotify.h3 #include <linux/slab.h> /* struct kmem_cache */
5 extern struct kmem_cache *event_priv_cachep;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_extern.h41 struct kmem_cache;
58 extern struct kmem_cache *vxfs_inode_cachep;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_extern.h41 struct kmem_cache;
58 extern struct kmem_cache *vxfs_inode_cachep;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dslub.c116 static inline int kmem_cache_debug(struct kmem_cache *s)
177 static int kmem_size = sizeof(struct kmem_cache);
207 static int sysfs_slab_add(struct kmem_cache *);
208 static int sysfs_slab_alias(struct kmem_cache *, const char *);
209 static void sysfs_slab_remove(struct kmem_cache *);
212 static inline int sysfs_slab_add(struct kmem_cache *s) { return 0; }
213 static inline int sysfs_slab_alias(struct kmem_cache *s, const char *p)
215 static inline void sysfs_slab_remove(struct kmem_cache *s)
222 static inline void stat(struct kmem_cache *s, enum stat_item si)
238 static inline struct kmem_cache_node *get_node(struct kmem_cache *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dslub.c116 static inline int kmem_cache_debug(struct kmem_cache *s)
177 static int kmem_size = sizeof(struct kmem_cache);
207 static int sysfs_slab_add(struct kmem_cache *);
208 static int sysfs_slab_alias(struct kmem_cache *, const char *);
209 static void sysfs_slab_remove(struct kmem_cache *);
212 static inline int sysfs_slab_add(struct kmem_cache *s) { return 0; }
213 static inline int sysfs_slab_alias(struct kmem_cache *s, const char *p)
215 static inline void sysfs_slab_remove(struct kmem_cache *s)
222 static inline void stat(struct kmem_cache *s, enum stat_item si)
238 static inline struct kmem_cache_node *get_node(struct kmem_cache *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Dntfs.h53 extern struct kmem_cache *ntfs_name_cache;
54 extern struct kmem_cache *ntfs_inode_cache;
55 extern struct kmem_cache *ntfs_big_inode_cache;
56 extern struct kmem_cache *ntfs_attr_ctx_cache;
57 extern struct kmem_cache *ntfs_index_ctx_cache;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Dntfs.h53 extern struct kmem_cache *ntfs_name_cache;
54 extern struct kmem_cache *ntfs_inode_cache;
55 extern struct kmem_cache *ntfs_big_inode_cache;
56 extern struct kmem_cache *ntfs_attr_ctx_cache;
57 extern struct kmem_cache *ntfs_index_ctx_cache;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Ddst_ops.h26 struct kmem_cache *kmem_cachep;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/netns/
H A Dconntrack.h15 struct kmem_cache *nf_conntrack_cachep;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Dmalloc.c20 static struct kmem_cache *full_dnode_slab;
21 static struct kmem_cache *raw_dirent_slab;
22 static struct kmem_cache *raw_inode_slab;
23 static struct kmem_cache *tmp_dnode_info_slab;
24 static struct kmem_cache *raw_node_ref_slab;
25 static struct kmem_cache *node_frag_slab;
26 static struct kmem_cache *inode_cache_slab;
28 static struct kmem_cache *xattr_datum_cache;
29 static struct kmem_cache *xattr_ref_cache;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/i2o/
H A Di2o_block.h67 struct kmem_cache *slab;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/i2o/
H A Di2o_block.h67 struct kmem_cache *slab;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Dmalloc.c20 static struct kmem_cache *full_dnode_slab;
21 static struct kmem_cache *raw_dirent_slab;
22 static struct kmem_cache *raw_inode_slab;
23 static struct kmem_cache *tmp_dnode_info_slab;
24 static struct kmem_cache *raw_node_ref_slab;
25 static struct kmem_cache *node_frag_slab;
26 static struct kmem_cache *inode_cache_slab;
28 static struct kmem_cache *xattr_datum_cache;
29 static struct kmem_cache *xattr_ref_cache;

Completed in 240 milliseconds

1234567891011>>