Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
struct work_struct *work
3062  Return __flush_work(work, false)
Caller
NameDescribe
flush_delayed_worklush_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_worklush_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_cpuschedule_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_structleanup_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_structleanup_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_resmaskCommon handling for a write to a "cpus" or "mems" file.
cpuset_wait_for_hotplug
SYSCALL_DEFINE1
vmpressure_cleanupvmpressure_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.