Function report |
Source Code:arch\x86\kernel\cpu\resctrl\rdtgroup.c |
Create Date:2022-07-28 08:10:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__rdtgroup_move_task
Proto:static int __rdtgroup_move_task(struct task_struct *tsk, struct rdtgroup *rdtgrp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | tsk | |
struct rdtgroup * | rdtgrp |
549 | callback = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
552 | func = move_myself |
559 | atomic_inc( & waitcount) |
561 | If ret Then |
567 | atomic_dec( & waitcount) |
569 | rdt_last_cmd_puts("Task exited\n") |
570 | Else |
576 | If type == RDTCTRL_GROUP Then |
579 | Else if type == RDTMON_GROUP Then |
588 | Return ret |
Name | Describe |
---|---|
rdtgroup_move_task |
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 |