函数逻辑报告 |
Source Code:kernel\rcu\rcu.h |
Create Date:2022-07-27 11:17:50 |
Last Modify:2022-05-19 07:39:19 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Return the counter portion of a sequence number previously returned* by rcu_seq_snap() or rcu_seq_current().
函数原型:static inline unsigned long rcu_seq_ctr(unsigned long s)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | s |
32 | 返回:s右移Grace-period counter management.位 |
名称 | 描述 |
---|---|
srcu_gp_end | Note the end of an SRCU grace period. Initiates callback invocation* and starts a new grace period if needed.* The ->srcu_cb_mutex acquisition does not protect any data, but* instead prevents more than one grace period from starting while we |
srcu_funnel_gp_start | Funnel-locking scheme to scalably mediate many concurrent grace-period* requests |
rcu_gp_slow | |
print_cpu_stall_info | Print out diagnostic information for the specified stalled CPU.* If the specified CPU is aware of the current RCU grace period, then* print the number of scheduling clock interrupts the CPU has taken* during the time that it has been aware |
exp_funnel_lock | Funnel-lock acquisition for expedited grace periods |
rcu_exp_wait_wake | Wait for the current expedited grace period to complete, and then* wake up everyone who piggybacked on the just-completed expedited* grace period. Also update all the ->exp_seq_rq counters as needed* in order to avoid counter-wrap problems. |
synchronize_rcu_expedited | synchronize_rcu_expedited - Brute-force RCU grace period* Wait for an RCU grace period, but expedite it |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |