Lines Matching full:need
35 * is the need callback which is mandatory if user wants to avoid useless
39 * The need callback is used to decide whether extended memory allocation is
42 * allocating huge chunk of memory, each clients represent their need of
43 * extra memory through the need callback. If one of the need callbacks
46 * none of need callbacks return true, memory isn't needed at all in this boot
50 * When need callback returns true, page_ext checks if there is a request for
75 .need = need_page_idle,
123 bool need = false; in invoke_need_callbacks() local
126 if (page_ext_ops[i]->need()) { in invoke_need_callbacks()
135 if (page_ext_ops[i]->need()) { in invoke_need_callbacks()
138 need = true; in invoke_need_callbacks()
142 return need; in invoke_need_callbacks()
204 * Need extra space if node range is not aligned with in alloc_node_page_ext()
315 * we need to apply a mask. in init_section_page_ext()