Home
last modified time | relevance | path

Searched refs:vmap_block (Results 1 – 1 of 1) sorted by relevance

/mm/
Dvmalloc.c760 struct vmap_block { struct
795 static struct vmap_block *new_vmap_block(gfp_t gfp_mask) in new_vmap_block()
798 struct vmap_block *vb; in new_vmap_block()
805 vb = kmalloc_node(sizeof(struct vmap_block), in new_vmap_block()
848 static void free_vmap_block(struct vmap_block *vb) in free_vmap_block()
850 struct vmap_block *tmp; in free_vmap_block()
866 struct vmap_block *vb; in purge_fragmented_blocks()
867 struct vmap_block *n_vb; in purge_fragmented_blocks()
908 struct vmap_block *vb; in vb_alloc()
968 struct vmap_block *vb; in vb_free()
[all …]