Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dpercpu.c401 *bits = block->right_free; in pcpu_next_md_free_region()
459 *bit_off = ALIGN(PCPU_BITMAP_BLOCK_BITS - block->right_free, in pcpu_next_fit_region()
639 block->right_free = contig; in pcpu_block_update()
791 block->right_free = 0; in pcpu_block_refresh_hint()
867 s_block->right_free = min_t(int, s_block->right_free, in pcpu_block_update_hint_alloc()
870 s_block->right_free = 0; in pcpu_block_update_hint_alloc()
900 e_block->right_free = in pcpu_block_update_hint_alloc()
901 min_t(int, e_block->right_free, in pcpu_block_update_hint_alloc()
912 block->right_free = 0; in pcpu_block_update_hint_alloc()
1039 block->right_free = PCPU_BITMAP_BLOCK_BITS; in pcpu_block_update_hint_free()
[all …]
A Dpercpu-internal.h29 int right_free; /* size of free space along member

Completed in 9 milliseconds