Searched refs:vmap_block (Results 1 – 1 of 1) sorted by relevance
1918 #define VMAP_BLOCK 0x2 /* mark out the vmap_block sub-type*/1933 struct vmap_block { struct 1949 * In order to fast access to any "vmap_block" associated with a argument 1954 * also acts as a vmap_block hash(alloc/free paths). It means we2024 * new_vmap_block - allocates new vmap_block and occupies 2^order pages in this2034 struct vmap_block *vb; in new_vmap_block() 2043 vb = kmalloc_node(sizeof(struct vmap_block), in new_vmap_block() 2094 static void free_vmap_block(struct vmap_block *vb) in free_vmap_block() 2096 struct vmap_block *tmp; in free_vmap_block() 2111 static bool purge_fragmented_block(struct vmap_block *v[all...]