函数逻辑报告 |
Source Code:lib\xarray.c |
Create Date:2022-07-27 07:10:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xas_find_conflict() - Find the next present entry in a range.*@xas: XArray operation state.* The @xas describes both a range and a position within that range.* Context: Any context. Expects xa_lock to be held.
函数原型:void *xas_find_conflict(struct xa_state *xas)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xa_state * | xas |
1243 | 如果非xa_node则返回:NULL |
1248 | 如果非curr则返回:NULL |
1258 | 如果Bits remaining in each slot 大于xa_shift则返回:NULL |
1261 | 循环 |
1262 | 如果Bits remaining in each slot 恒等于xa_shift则 |
1265 | 否则如果xa_offset恒等于XA_CHUNK_MASK则 |
1284 | 返回:NULL |
名称 | 描述 |
---|---|
xa_store_many_order | |
get_unlocked_entry | Look up entry in page cache, wait for it to become unlocked if it* is a DAX entry and return it. The caller must subsequently call* put_unlocked_entry() if it did not lock the entry or dax_unlock_entry()* if it did |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |