Lines Matching defs:kmem_cache_node
68549 struct kmem_cache_node { struct
68550 spinlock_t list_lock;
68551 struct list_head slabs_partial;
68552 struct list_head slabs_full;
68553 struct list_head slabs_free;
68554 long unsigned int total_slabs;
68555 long unsigned int free_slabs;
68556 long unsigned int free_objects;
68557 unsigned int free_limit;
68558 unsigned int colour_next;
68559 struct array_cache *shared;
68560 struct alien_cache **alien;
68561 long unsigned int next_reap;
68562 int free_touched;