Searched defs:kmem_cache_node (Results 1 – 2 of 2) sorted by relevance
548 struct kmem_cache_node { struct549 spinlock_t list_lock;552 struct list_head slabs_partial; /* partial list first, better asm code */553 struct list_head slabs_full;554 struct list_head slabs_free;578 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node() argument
3504 static struct kmem_cache *kmem_cache_node; variable