Function report |
Source Code:fs\eventfd.c |
Create Date:2022-07-28 20:20:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ventfd_signal - Adds @n to the eventfd counter
Proto:__u64 eventfd_signal(struct eventfd_ctx *ctx, __u64 n)
Type:__u64
Parameter:
Type | Parameter | Name |
---|---|---|
struct eventfd_ctx * | ctx | |
__u64 | n |
73 | If WARN_ON_ONCE(Operations with implied preemption/interrupt protection. These* operations can be used without worrying about preemption or interrupt.(eventfd_wake_count)) Then Return 0 |
76 | spin_lock_irqsave( & lock, flags) |
84 | spin_unlock_irqrestore( & lock, flags) |
86 | Return n |
Name | Describe |
---|---|
__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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |