函数逻辑报告 |
Source Code:kernel\rcu\tree_exp.h |
Create Date:2022-07-27 11:28:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Funnel-lock acquisition for expedited grace periods
函数原型:static bool exp_funnel_lock(unsigned long s)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | s |
277 | rdp等于per_cpu_ptr( & rcu_data, These macros fold the SMP functionality into a single CPU system()) |
296 | 如果Common code for work-done checking. 则返回:true |
300 | 加自旋锁 |
301 | 如果ULONG_CMP_GE(exp_seq_rq, s)则 |
304 | 自旋锁解锁 |
310 | 返回:true |
312 | exp_seq_rq等于s |
313 | 自旋锁解锁 |
317 | mutex_lock( & Serialize expedited GP. ) |
318 | fastpath : |
325 | 返回:false |
名称 | 描述 |
---|---|
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 插件可实现:逻辑报告 代码生成和批量转换代码 |