函数逻辑报告 |
Source Code:kernel\futex.c |
Create Date:2022-07-27 11:54:09 |
Last Modify:2020-03-17 15:28:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:queue_futex() - Requeue a futex_q from one hb to another*@q: the futex_q to requeue*@hb1: the source hash_bucket*@hb2: the target hash_bucket*@key2: the new key for the requeued futex_q
函数原型:static inline void requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2, union futex_key *key2)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct futex_q * | q | |
struct futex_hash_bucket * | hb1 | |
struct futex_hash_bucket * | hb2 | |
union futex_key * | key2 |
1864 | 如果此条件成立可能性大(为编译器优化)( & chain != & chain)则 |
1865 | 从plist移除节点 |
1868 | 添加节点到头上 |
名称 | 描述 |
---|---|
futex_requeue | ex_requeue() - Requeue waiters from uaddr1 to uaddr2*@uaddr1: source futex user address*@flags: futex flags (FLAGS_SHARED, etc |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |