Home
last modified time | relevance | path

Searched refs:first_free (Results 1 – 3 of 3) sorted by relevance

/mm/
Dpercpu.c330 return block->first_free; in pcpu_next_hint()
590 block->first_free = min(block->first_free, start); in pcpu_block_update()
713 bit_off = chunk_md->first_free; in pcpu_chunk_refresh_hint()
743 start = block->first_free; in pcpu_block_refresh_hint()
797 if (s_off == s_block->first_free) in pcpu_block_update_hint_alloc()
798 s_block->first_free = find_next_zero_bit( in pcpu_block_update_hint_alloc()
839 e_block->first_free = find_next_zero_bit( in pcpu_block_update_hint_alloc()
983 block->first_free = 0; in pcpu_block_update_hint_free()
1203 if (bit_off == chunk_md->first_free) in pcpu_alloc_area()
1204 chunk_md->first_free = find_next_zero_bit( in pcpu_alloc_area()
[all …]
Dpercpu-internal.h49 int first_free; /* block position of first free */ member
Dpercpu-stats.c128 P("first_bit", chunk_md->first_free); in chunk_map_stats()