Searched refs:right_free (Results 1 – 2 of 2) sorted by relevance
368 *bits = block->right_free; in pcpu_next_md_free_region()369 *bit_off = (i + 1) * PCPU_BITMAP_BLOCK_BITS - block->right_free; in pcpu_next_md_free_region()424 *bit_off = ALIGN(PCPU_BITMAP_BLOCK_BITS - block->right_free, in pcpu_next_fit_region()633 block->right_free = contig; in pcpu_block_update()661 block->left_free = block->right_free = 0; in pcpu_block_refresh_hint()721 s_block->right_free = min_t(int, s_block->right_free, in pcpu_block_update_hint_alloc()724 s_block->right_free = 0; in pcpu_block_update_hint_alloc()748 e_block->right_free = in pcpu_block_update_hint_alloc()749 min_t(int, e_block->right_free, in pcpu_block_update_hint_alloc()758 block->right_free = 0; in pcpu_block_update_hint_alloc()[all …]
19 int right_free; /* size of free space along member