Function report |
Source Code:include\linux\cpumask.h |
Create Date:2022-07-28 05:34:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pumask_intersects - (*src1p & *src2p) != 0*@src1p: the first input*@src2p: the second input
Proto:static inline bool cpumask_intersects(const struct cpumask *src1p, const struct cpumask *src2p)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct cpumask * | src1p | |
const struct cpumask * | src2p |
Name | Describe |
---|---|
rdtgroup_pseudo_locked_in_hierarchy | 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 |
topology_span_sane | Ensure topology masks are sane, i.e. there are no conflicts (overlaps) for* any two given CPUs at this (non-NUMA) topology level. |
get_nodes_in_cpumask | |
guarantee_online_cpus | Return in pmask the portion of a cpusets's cpus_allowed that* are online. If none are online, walk up the cpuset hierarchy* until we find one that does have some online cpus.* One way or another, we guarantee to return some non-empty subset |
validate_change | validate_change() - Used to validate that any proposed cpuset change* follows the structural rules for cpusets |
cpuset_hotplug_update_tasks | puset_hotplug_update_tasks - update tasks in a cpuset for hotunplug*@cs: cpuset in interest*@tmp: the tmpmasks structure pointer* Compare @cs's cpu and mem masks against top_cpuset and if some have gone* offline, update @cs accordingly |
padata_validate_cpumask | If cpumask contains no active cpu, we mark the instance as invalid. |
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 |