Function report |
Source Code:include\linux\sched\numa_balancing.h |
Create Date:2022-07-28 05:40:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:should_numa_migrate_memory
Proto:static inline bool should_numa_migrate_memory(struct task_struct *p, struct page *page, int src_nid, int dst_cpu)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | p | |
struct page * | page | |
int | src_nid | |
int | dst_cpu |
43 | Return true |
Name | Describe |
---|---|
mpol_misplaced | mpol_misplaced - check whether current page node is valid in policy*@page: page to be checked*@vma: vm area where page mapped*@addr: virtual address where page mapped* Lookup current policy node id for vma,addr and "compare to" page's* node id |
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 |