Function report |
Source Code:arch\x86\kernel\cpu\resctrl\rdtgroup.c |
Create Date:2022-07-28 08:11:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dtgroup_tasks_assigned - Test if tasks have been assigned to resource group*@r: Resource group* Return: 1 if tasks have been assigned to @r, 0 otherwise
Proto:int rdtgroup_tasks_assigned(struct rdtgroup *r)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct rdtgroup * | r |
600 | ret = 0 |
606 | If type == RDTCTRL_GROUP && closid == closid || type == RDTMON_GROUP && rmid == rmid Then |
608 | ret = 1 |
609 | Break |
614 | Return ret |
Name | Describe |
---|---|
rdtgroup_locksetup_enter | dtgroup_locksetup_enter - Resource group enters locksetup mode*@rdtgrp: resource group requested to enter locksetup mode* A resource group enters locksetup mode to reflect that it would be used* to represent a pseudo-locked region and is in the process of |
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 |