Searched refs:vmap_block_queue (Results 1 – 1 of 1) sorted by relevance
1921 struct vmap_block_queue { struct1945 static DEFINE_PER_CPU(struct vmap_block_queue, vmap_block_queue); argument1988 return &per_cpu(vmap_block_queue, index).vmap_blocks; in addr_to_vb_xa()2024 struct vmap_block_queue *vbq; in new_vmap_block()2070 vbq = raw_cpu_ptr(&vmap_block_queue); in new_vmap_block()2096 struct vmap_block_queue *vbq, struct list_head *purge_list, in purge_fragmented_block()2134 struct vmap_block_queue *vbq = &per_cpu(vmap_block_queue, cpu); in purge_fragmented_blocks()2163 struct vmap_block_queue *vbq; in vb_alloc()2181 vbq = raw_cpu_ptr(&vmap_block_queue); in vb_alloc()2270 struct vmap_block_queue *vbq = &per_cpu(vmap_block_queue, cpu); in _vm_unmap_aliases()[all …]