Home
last modified time | relevance | path

Searched refs:right_free (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dpercpu.c380 *bits = block->right_free; in pcpu_next_md_free_region()
381 *bit_off = (i + 1) * PCPU_BITMAP_BLOCK_BITS - block->right_free; in pcpu_next_md_free_region()
438 *bit_off = ALIGN(PCPU_BITMAP_BLOCK_BITS - block->right_free, in pcpu_next_fit_region()
595 block->right_free = contig; in pcpu_block_update()
747 block->right_free = 0; in pcpu_block_refresh_hint()
822 s_block->right_free = min_t(int, s_block->right_free, in pcpu_block_update_hint_alloc()
825 s_block->right_free = 0; in pcpu_block_update_hint_alloc()
855 e_block->right_free = in pcpu_block_update_hint_alloc()
856 min_t(int, e_block->right_free, in pcpu_block_update_hint_alloc()
[all...]
H A Dpercpu-internal.h47 int right_free; /* size of free space along member
/kernel/linux/linux-6.6/mm/
H A Dpercpu.c401 *bits = block->right_free; in pcpu_next_md_free_region()
402 *bit_off = (i + 1) * PCPU_BITMAP_BLOCK_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()
[all...]
H A Dpercpu-internal.h29 int right_free; /* size of free space along member

Completed in 6 milliseconds