函数逻辑报告 |
Source Code:kernel\locking\qspinlock.c |
Create Date:2022-07-27 10:51:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:decode_tail
函数原型:static inline __pure struct mcs_spinlock *decode_tail(unsigned int tail)
返回类型:struct mcs_spinlock
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | tail |
126 | cpu等于tail右移_Q_TAIL_CPU_OFFSET位的值减1 |
127 | idx等于tail按位与_Q_TAIL_IDX_MASK的值右移_Q_TAIL_IDX_OFFSET位 |
129 | 返回:per_cpu_ptr( & mcs, cpu) |
名称 | 描述 |
---|---|
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 插件可实现:逻辑报告 代码生成和批量转换代码 |