函数逻辑报告 |
Source Code:fs\aio.c |
Create Date:2022-07-29 10:53:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:put_reqs_available
函数原型:static void put_reqs_available(struct kioctx *ctx, unsigned nr)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kioctx * | ctx | |
unsigned | nr |
907 | local_irq_save(flags) |
908 | kcpu等于this_cpu_ptr(cpu) |
909 | reqs_available加等于nr |
912 | reqs_available减等于* For percpu reqs_available, number of slots we move to/from global * counter at a time: |
916 | local_irq_restore(flags) |
名称 | 描述 |
---|---|
refill_reqs_available | ll_reqs_available* Updates the reqs_available reference counts used for tracking the* number of free slots in the completion ring. This can be called* from aio_complete() (to optimistically update reqs_available) or |
io_submit_one |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |