Function report |
Source Code:include\linux\workqueue.h |
Create Date:2022-07-28 05:35:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:static inline bool schedule_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
int | cpu | |
struct delayed_work * | dwork | |
unsigned long | delay |
Name | Describe |
---|---|
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 |
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 |