函数逻辑报告 |
Source Code:kernel\locking\qspinlock.c |
Create Date:2022-07-27 10:51:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lear_pending_set_locked - take ownership and clear the pending bit.*@lock: Pointer to queued spinlock structure* *,1,0 -> *,0,1* Lock stealing is not allowed if this function is used.
函数原型:static __always_inline void clear_pending_set_locked(struct qspinlock *lock)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct qspinlock * | lock |
名称 | 描述 |
---|---|
queued_spin_lock_slowpath | queued_spin_lock_slowpath - acquire the queued spinlock*@lock: Pointer to queued spinlock structure*@val: Current value of the queued spinlock 32-bit word* (queue tail, pending bit, lock value)* fast : slow : unlock* : :* uncontended (0,0,0) -:--> (0,0,1) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |