Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dslab.h597 struct kmem_cache_node { struct
598 spinlock_t list_lock;
601 struct list_head slabs_partial; /* partial list first, better asm code */
602 struct list_head slabs_full;
603 struct list_head slabs_free;
627 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node() argument
H A Dslub.c3583 static struct kmem_cache *kmem_cache_node; variable