Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
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 …]
Dslub.c1358 struct kmem_cache_node *n, struct slab *slab) in add_full()
1367 static void remove_full(struct kmem_cache *s, struct kmem_cache_node *n, struct slab *slab) in remove_full()
1376 static inline unsigned long node_nr_slabs(struct kmem_cache_node *n) in node_nr_slabs()
1383 struct kmem_cache_node *n = get_node(s, node); in inc_slabs_node()
1398 struct kmem_cache_node *n = get_node(s, node); in dec_slabs_node()
1733 static inline void add_full(struct kmem_cache *s, struct kmem_cache_node *n, in add_full()
1735 static inline void remove_full(struct kmem_cache *s, struct kmem_cache_node *n, in remove_full()
1746 static inline unsigned long node_nr_slabs(struct kmem_cache_node *n) in node_nr_slabs()
2123 __add_partial(struct kmem_cache_node *n, struct slab *slab, int tail) in __add_partial()
2132 static inline void add_partial(struct kmem_cache_node *n, in add_partial()
[all …]
Dslab.h776 struct kmem_cache_node { struct
806 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node() argument
/Linux-v6.6/include/linux/
Dslab_def.h88 struct kmem_cache_node *node[MAX_NUMNODES];
Dslub_def.h154 struct kmem_cache_node *node[MAX_NUMNODES];