Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Free an element to the rcu_tortures pool.

Proto:static void rcu_torture_free(struct rcu_torture *p)

Type:void

Parameter:

TypeParameterName
struct rcu_torture *p
280  atomic_inc( & n_rcu_torture_free)
281  spin_lock_bh( & rcu_torture_lock)
282  list_add_tail - add a new entry*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head.* This is useful for implementing queues.
283  spin_unlock_bh( & rcu_torture_lock)
Caller
NameDescribe
rcu_torture_pipe_updateUpdate all callbacks in the pipe. Suitable for synchronous grace-period* primitives.
rcu_torture_cb