Searched refs:page_removed_from_list (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | slob.c | 228 * @page_removed_from_list: Return parameter. 234 * freelist, in this case @page_removed_from_list will be set to 238 int align_offset, bool *page_removed_from_list) in slob_page_alloc() 243 *page_removed_from_list = false; in slob_page_alloc() 289 *page_removed_from_list = true; in slob_page_alloc() 320 bool page_removed_from_list = false; in slob_alloc() local 333 b = slob_page_alloc(sp, size, align, align_offset, &page_removed_from_list); in slob_alloc() 343 if (!page_removed_from_list) { in slob_alloc() 237 slob_page_alloc(struct page *sp, size_t size, int align, int align_offset, bool *page_removed_from_list) slob_page_alloc() argument
|
Completed in 2 milliseconds