函数逻辑报告 |
Source Code:include\linux\workqueue.h |
Create Date:2022-07-27 06:39:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:schedule_delayed_work_on - queue work in global workqueue on CPU after delay*@cpu: cpu to use*@dwork: job to be done*@delay: number of jiffies to wait* After waiting for a given time this puts a job in the kernel-global* workqueue on the specified CPU.
函数原型:static inline bool schedule_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
int | cpu | |
struct delayed_work * | dwork | |
unsigned long | delay |
名称 | 描述 |
---|---|
throttle_active_work | |
therm_throt_process | herm_throt_process - Process thermal throttling event from interrupt*@curr: Whether the condition is current or not (boolean), since the* thermal interrupt normally gets called both when the thermal* event begins and once the event has ended |
cqm_handle_limbo | Handler to scan the limbo list and move the RMIDs* to free list whose occupancy < threshold_occupancy. |
cqm_setup_limbo_handler | |
mbm_handle_overflow | |
mbm_setup_overflow_handler | |
start_cpu_timer | Initiate the reap timer running on the target CPU. We run at around 1 to 2Hz* via the workqueue/eventd.* Add the CPU number into the expiration time to minimize the possibility of* the CPUs getting into lockstep and contending for the global cache chain |
cache_reap | ache_reap - Reclaim memory from caches |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |