Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:queue_rcu_work - queue work after a RCU grace period*@wq: workqueue to use*@rwork: work to queue* Return: %false if @rwork was already pending, %true otherwise

Proto:bool queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *rwork)

Type:bool

Parameter:

TypeParameterName
struct workqueue_struct *wq
struct rcu_work *rwork
1738  work = work
1740  If Not st_and_set_bit - Set a bit and return its old value*@nr: Bit to set*@addr: Address to count from* This is an atomic fully-ordered operation (implied full memory barrier). Then
1741  target workqueue ->rcu uses to queue ->work = wq
1742  Exported common interfaces
1743  Return true
1746  Return false
Caller
NameDescribe
css_release_work_fn
css_create