函数逻辑报告 |
Source Code:fs\eventfd.c |
Create Date:2022-07-29 10:52:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ventfd_signal - Adds @n to the eventfd counter
函数原型:__u64 eventfd_signal(struct eventfd_ctx *ctx, __u64 n)
返回类型:__u64
参数:
类型 | 参数 | 名称 |
---|---|---|
struct eventfd_ctx * | ctx | |
__u64 | n |
73 | 如果WARN_ON_ONCE(Operations with implied preemption/interrupt protection. These* operations can be used without worrying about preemption or interrupt.(eventfd_wake_count))则返回:0 |
76 | spin_lock_irqsave( & lock, flags) |
84 | spin_unlock_irqrestore( & lock, flags) |
86 | 返回:n |
名称 | 描述 |
---|---|
__mem_cgroup_threshold | |
mem_cgroup_oom_notify_cb | |
mem_cgroup_oom_register_event | |
memcg_event_remove | Unregister event and free resources.* Gets called from workqueue. |
vmpressure_event | |
aio_complete | aio_complete* Called when the io request on the given iocb is complete. |
__io_cqring_ev_posted | |
io_poll_trigger_evfd |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |