Function report |
Source Code:arch\x86\kernel\cpu\resctrl\pseudo_lock.c |
Create Date:2022-07-28 08:14:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dtgroup_pseudo_locked_in_hierarchy - Pseudo-locked region in cache hierarchy*@d: RDT domain under test* The setup of a pseudo-locked region affects all cache instances within* the hierarchy of the region
Proto:bool rdtgroup_pseudo_locked_in_hierarchy(struct rdt_domain *d)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct rdt_domain * | d |
825 | bool ret = false |
827 | If Not zalloc_cpumask_var( & cpu_with_psl, GFP_KERNEL) Then Return true |
836 | If plr Then pumask_or - *dstp = *src1p | *src2p*@dstp: the cpumask result*@src1p: the first input*@src2p: the second input |
846 | If pumask_intersects - (*src1p & *src2p) != 0*@src1p: the first input*@src2p: the second input Then ret = true |
850 | Return ret |
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 |