Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\workqueue.c Create Date:2022-07-28 09:27:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ancel_delayed_work_sync - cancel a delayed work and wait for it to finish*@dwork: the delayed work cancel* This is cancel_work_sync() for delayed works.* Return:* %true if @dwork was pending, %false otherwise.

Proto:bool cancel_delayed_work_sync(struct delayed_work *dwork)

Type:bool

Parameter:

TypeParameterName
struct delayed_work *dwork
3260  Return __cancel_work_timer( & work, true)
Caller
NameDescribe
psi_cgroup_free
pm_qos_update_requestpm_qos_update_request - modifies an existing qos request*@req : handle to list element holding a pm_qos request to use*@value: defines the qos request* Updates an existing qos request for the pm_qos_class of parameters along
pm_qos_update_request_timeoutpm_qos_update_request_timeout - modifies an existing qos request temporarily.*@req : handle to list element holding a pm_qos request to use*@new_value: defines the temporal qos request*@timeout_us: the effective duration of this qos request in usecs.
pm_qos_remove_requestpm_qos_remove_request - modifies an existing qos request*@req: handle to request list element* Will remove pm qos request from the list of constraints and* recompute the current target value for the pm_qos_class. Call this* on slow code paths.
blk_mq_hw_sysfs_release
disk_block_eventsdisk_block_events - block and flush disk event checking*@disk: disk to block events for* On return from this function, it is guaranteed that event checking* isn't in progress and won't happen until unblocked by* disk_unblock_events()