Home
last modified time | relevance | path

Searched defs:kmem_cache_node (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-4.19/mm/
Dslab.h456 struct kmem_cache_node { struct
457 spinlock_t list_lock;
460 struct list_head slabs_partial; /* partial list first, better asm code */
461 struct list_head slabs_full;
462 struct list_head slabs_free;
486 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node() argument
Dslub.c3347 static struct kmem_cache *kmem_cache_node; variable
/kernel/linux/linux-5.10/mm/
Dslab.h545 struct kmem_cache_node { struct
546 spinlock_t list_lock;
549 struct list_head slabs_partial; /* partial list first, better asm code */
550 struct list_head slabs_full;
551 struct list_head slabs_free;
575 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node() argument
Dslub.c3514 static struct kmem_cache *kmem_cache_node; variable