函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:group_rstat_flush_irqsafe - irqsafe version of cgroup_rstat_flush()*@cgrp: target cgroup* This function can be called from any context.

函数原型:void cgroup_rstat_flush_irqsafe(struct cgroup *cgrp)

返回类型:void

参数:

类型参数名称
struct cgroup *cgrp
221  spin_lock_irqsave( & cgroup_rstat_lock, flags)
222  see cgroup_rstat_flush()
223  spin_unlock_irqrestore( & cgroup_rstat_lock, flags)