Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dpercpu-vm.c33 static struct page **pcpu_get_pages(struct pcpu_chunk *chunk_alloc) in pcpu_get_pages() argument
/linux-4.1.27/fs/btrfs/
Dextent-tree.c3726 found->chunk_alloc = 0; in update_space_info()
4179 } else if (space_info->chunk_alloc) { in do_chunk_alloc()
4182 space_info->chunk_alloc = 1; in do_chunk_alloc()
4241 space_info->chunk_alloc = 0; in do_chunk_alloc()
Dctree.h1159 unsigned int chunk_alloc:1; /* set if we are allocating a chunk */ member