函数逻辑报告 |
Source Code:include\linux\xarray.h |
Create Date:2022-07-27 06:43:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xas_set_order() - Set up XArray operation state for a multislot entry.*@xas: XArray operation state.*@index: Target of the operation.*@order: Entry occupies 2^@order indices.
函数原型:static inline void xas_set_order(struct xa_state *xas, unsigned long index, unsigned int order)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xa_state * | xas | |
unsigned long | index | |
unsigned int | order |
1559 | xa_node等于XAS_RESTART |
名称 | 描述 |
---|---|
xa_store_range | xa_store_range() - Store this entry at a range of indices in the XArray |
page_cache_delete | Lock ordering:* ->i_mmap_rwsem (truncate_pagecache)* ->private_lock (__free_pte->__set_page_dirty_buffers)* ->swap_lock (exclusive_swap_page, others)* ->i_pages lock* ->i_mutex* ->i_mmap_rwsem (truncate->unmap_mapping_range)* ->mmap_sem* ->i_mmap_rwsem |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |