函数逻辑报告 |
Source Code:fs\locks.c |
Create Date:2022-07-29 10:59:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Insert waiter into blocker's block list.* We use a circular list so that processes can be easily woken up in* the order they blocked. The documentation doesn't require this but* it seems like the reasonable thing to do.
函数原型:static void __locks_insert_block(struct file_lock *blocker, struct file_lock *waiter, conflict(struct file_lock*,struct file_lock*))
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file_lock * | blocker | |
struct file_lock * | waiter | |
bool | conflict |
803 | new_blocker : |
807 | 转到:new_blocker |
810 | 添加链表项 |
名称 | 描述 |
---|---|
locks_insert_block | Must be called with flc_lock held. |
posix_lock_inode |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |