Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpercpu.c842 if (s_off == s_block->first_free) in pcpu_block_update_hint_alloc()
849 s_block->scan_hint_start + s_block->scan_hint, in pcpu_block_update_hint_alloc()
852 s_block->scan_hint = 0; in pcpu_block_update_hint_alloc()
855 s_block->contig_hint_start + in pcpu_block_update_hint_alloc()
856 s_block->contig_hint, in pcpu_block_update_hint_alloc()
861 s_block->left_free = 0; in pcpu_block_update_hint_alloc()
865 s_block->left_free = min(s_block->left_free, s_off); in pcpu_block_update_hint_alloc()
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()
997 if (s_off == s_block->contig_hint + s_block->contig_hint_start) { in pcpu_block_update_hint_free()
[all …]