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

/linux-master/mm/
H A Dpercpu.c235 static int pcpu_size_to_slot(int size) function
250 return pcpu_size_to_slot(chunk_md->contig_hint * PCPU_MIN_ALLOC_SIZE);
1797 for (slot = pcpu_size_to_slot(size); slot <= pcpu_free_slot; slot++) {
2063 for (slot = pcpu_size_to_slot(PAGE_SIZE); slot <= pcpu_free_slot; slot++) {

Completed in 121 milliseconds