Function report |
Source Code:kernel\workqueue.c |
Create Date:2022-07-28 09:27:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lush_work - wait for a work to finish executing the last queueing instance*@work: the work to flush* Wait until @work has finished execution
Proto:bool flush_work(struct work_struct *work)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct work_struct * | work |
3062 | Return __flush_work(work, false) |
Name | Describe |
---|---|
flush_delayed_work | lush_delayed_work - wait for a dwork to finish executing the last queueing*@dwork: the delayed work to flush* Delayed timer is cancelled and the pending work is queued for* immediate execution. Like flush_work(), this function only |
flush_rcu_work | lush_rcu_work - wait for a rwork to finish executing the last queueing*@rwork: the rcu work to flush* Return:* %true if flush_rcu_work() waited for the work to finish execution,* %false if it was already idle. |
schedule_on_each_cpu | schedule_on_each_cpu - execute a function synchronously on each online CPU*@func: the function to call* schedule_on_each_cpu() executes @func on each online CPU using the* system workqueue and blocks until all CPUs have completed. |
__test_mutex | |
test_abba | |
cleanup_srcu_struct | leanup_srcu_struct - deconstruct a sleep-RCU structure*@ssp: structure to clean up.* Must invoke this after you are finished using a given srcu_struct that* was initialized via init_srcu_struct(), else you leak memory. |
cleanup_srcu_struct | leanup_srcu_struct - deconstruct a sleep-RCU structure*@ssp: structure to clean up.* Must invoke this after you are finished using a given srcu_struct that* was initialized via init_srcu_struct(), else you leak memory. |
cpuset_write_resmask | Common handling for a write to a "cpus" or "mems" file. |
cpuset_wait_for_hotplug | |
SYSCALL_DEFINE1 | |
vmpressure_cleanup | vmpressure_cleanup() - shuts down vmpressure control structure*@vmpr: Structure to be cleaned up* This function should be called before the structure in which it is* embedded is cleaned up. |
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 |