Searched refs:pcpu_next_md_free_region (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | percpu.c | 334 * pcpu_next_md_free_region - finds the next hint free area 344 static void pcpu_next_md_free_region(struct pcpu_chunk *chunk, int *bit_off, in pcpu_next_md_free_region() function 457 for (pcpu_next_md_free_region((chunk), &(bit_off), &(bits)); \ 460 pcpu_next_md_free_region((chunk), &(bit_off), &(bits)))
|
/kernel/linux/linux-6.6/mm/ |
H A D | percpu.c | 355 * pcpu_next_md_free_region - finds the next hint free area 365 static void pcpu_next_md_free_region(struct pcpu_chunk *chunk, int *bit_off, in pcpu_next_md_free_region() function 478 for (pcpu_next_md_free_region((chunk), &(bit_off), &(bits)); \ 481 pcpu_next_md_free_region((chunk), &(bit_off), &(bits)))
|
Completed in 10 milliseconds