函数逻辑报告 |
Source Code:mm\percpu.c |
Create Date:2022-07-27 15:50:16 |
Last Modify:2022-05-23 13:52:24 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__pcpu_chunk_move
函数原型:static void __pcpu_chunk_move(struct pcpu_chunk *chunk, int slot, bool move_front)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pcpu_chunk * | chunk | |
int | slot | |
bool | move_front |
529 | 如果move_front则链表项移动到头部 |
531 | 否则链表项移动到尾部 |
名称 | 描述 |
---|---|
pcpu_chunk_move | |
pcpu_chunk_relocate | pcpu_chunk_relocate - put chunk in the appropriate chunk slot*@chunk: chunk of interest*@oslot: the previous slot it was on* This function is called after an allocation or free changed @chunk |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |