函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\rcutorture.c Create Date:2022-07-27 11:21:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Update all callbacks in the pipe. Suitable for synchronous grace-period* primitives.

函数原型:static void rcu_torture_pipe_update(struct rcu_torture *old_rp)

返回类型:void

参数:

类型参数名称
struct rcu_torture *old_rp
399  如果old_rp添加链表项
402  如果Update callback in the pipe. This should be invoked after a grace period.
403  删除链表项
404  Free an element to the rcu_tortures pool.
调用者
名称描述
rcu_torture_writerRCU torture writer kthread. Repeatedly substitutes a new structure* for that pointed to by rcu_torture_current, freeing the old structure* after a series of grace periods (the "pipeline").