Function report |
Source Code:mm\mempolicy.c |
Create Date:2022-07-28 15:31:00 |
Last Modify:2020-03-17 22:28:11 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Check if the page's nid is in qp->nmask.* If MPOL_MF_INVERT is set in qp->flags, check if the nid is* in the invert of qp->nmask.
Proto:static inline bool queue_pages_required(struct page *page, struct queue_pages *qp)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
struct queue_pages * | qp |
427 | nid = page_to_nid(page) |
430 | Return No static inline type checking - see Subtlety (1) above. (nid, * nmask) == Not (flags & Invert check for nodemask ) |
Name | Describe |
---|---|
queue_pages_pmd | queue_pages_pmd() has four possible return values:* 0 - pages are placed on the right node or queued successfully |
queue_pages_pte_range | Scan through pages checking if pages follow certain conditions,* and move them to the pagelist if they do |
queue_pages_hugetlb |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |