Home
last modified time | relevance | path

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

/mm/
Dpercpu.c345 int *bits) in pcpu_next_md_free_region() argument
351 *bits = 0; in pcpu_next_md_free_region()
355 if (*bits) { in pcpu_next_md_free_region()
356 *bits += block->left_free; in pcpu_next_md_free_region()
370 *bits = block->contig_hint; in pcpu_next_md_free_region()
371 if (*bits && block->contig_hint_start >= block_off && in pcpu_next_md_free_region()
372 *bits + block->contig_hint_start < PCPU_BITMAP_BLOCK_BITS) { in pcpu_next_md_free_region()
380 *bits = block->right_free; in pcpu_next_md_free_region()
400 int align, int *bit_off, int *bits) in pcpu_next_fit_region() argument
406 *bits = 0; in pcpu_next_fit_region()
[all …]
Dpage_alloc.c7386 highest = find_last_bit(node_possible_map.bits, MAX_NUMNODES); in setup_nr_node_ids()