Home
last modified time | relevance | path

Searched refs:kmem_cache_node (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/mm/
H A Dslab.c206 static struct kmem_cache_node __initdata init_kmem_cache_node[NUM_INIT_LISTS];
211 struct kmem_cache_node *n, int tofree);
221 struct kmem_cache_node *n, struct slab *slab,
224 #define INDEX_NODE kmalloc_index(sizeof(struct kmem_cache_node))
226 static void kmem_cache_node_init(struct kmem_cache_node *parent) in kmem_cache_node_init()
554 struct kmem_cache_node *n; in cache_free_pfmemalloc()
683 struct kmem_cache_node *n = get_node(cachep, node); in __drain_alien_cache()
704 static void reap_alien(struct kmem_cache *cachep, struct kmem_cache_node *n) in reap_alien()
750 struct kmem_cache_node *n; in __cache_free_alien()
804 struct kmem_cache_node *n; in init_cache_node()
[all …]
H A Dslub.c1363 struct kmem_cache_node *n, struct slab *slab) in add_full()
1372 static void remove_full(struct kmem_cache *s, struct kmem_cache_node *n, struct slab *slab) in remove_full()
1381 static inline unsigned long node_nr_slabs(struct kmem_cache_node *n) in node_nr_slabs()
1388 struct kmem_cache_node *n = get_node(s, node); in inc_slabs_node()
1403 struct kmem_cache_node *n = get_node(s, node); in dec_slabs_node()
1739 static inline void add_full(struct kmem_cache *s, struct kmem_cache_node *n, in add_full()
1741 static inline void remove_full(struct kmem_cache *s, struct kmem_cache_node *n, in remove_full()
1752 static inline unsigned long node_nr_slabs(struct kmem_cache_node *n) in node_nr_slabs()
2129 __add_partial(struct kmem_cache_node *n, struct slab *slab, int tail) in __add_partial()
2138 static inline void add_partial(struct kmem_cache_node *n, in add_partial()
[all …]
H A Dslab.h781 struct kmem_cache_node { struct
811 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node() argument
/openbmc/linux/include/linux/
H A Dslab_def.h88 struct kmem_cache_node *node[MAX_NUMNODES];
H A Dslub_def.h154 struct kmem_cache_node *node[MAX_NUMNODES];