Home
last modified time | relevance | path

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

/mm/
Dpercpu.c321 static bool pcpu_check_block_hint(struct pcpu_block_md *block, int bits, in pcpu_check_block_hint()
370 int *bits) in pcpu_next_md_free_region()
425 int align, int *bit_off, int *bits) in pcpu_next_fit_region()
481 #define pcpu_for_each_md_free_region(chunk, bit_off, bits) \ argument
487 #define pcpu_for_each_fit_region(chunk, alloc_bits, align, bit_off, bits) \ argument
717 int bits) in pcpu_block_update_scan()
752 int bit_off, bits; in pcpu_chunk_refresh_hint() local
814 int bits) in pcpu_block_update_hint_alloc()
961 int bits) in pcpu_block_update_hint_free()
1070 static bool pcpu_is_populated(struct pcpu_chunk *chunk, int bit_off, int bits, in pcpu_is_populated()
[all …]
Dmempolicy.c1398 unsigned long bits = min_t(unsigned long, maxnode, BITS_PER_LONG); in get_nodes() local