mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	slab: Rename list3/l3 to node
The list3 or l3 pointers are pointing to per node structures. Reflect that in the names of variables used. Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
		
							parent
							
								
									2c59dd6544
								
							
						
					
					
						commit
						ce8eb6c424
					
				
					 2 changed files with 259 additions and 259 deletions
				
			
		| 
						 | 
				
			
			@ -16,7 +16,7 @@ enum slab_state {
 | 
			
		|||
	DOWN,			/* No slab functionality yet */
 | 
			
		||||
	PARTIAL,		/* SLUB: kmem_cache_node available */
 | 
			
		||||
	PARTIAL_ARRAYCACHE,	/* SLAB: kmalloc size for arraycache available */
 | 
			
		||||
	PARTIAL_L3,		/* SLAB: kmalloc size for l3 struct available */
 | 
			
		||||
	PARTIAL_NODE,		/* SLAB: kmalloc size for node struct available */
 | 
			
		||||
	UP,			/* Slab caches usable but not all extras yet */
 | 
			
		||||
	FULL			/* Everything is working */
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue