Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:io_timeout_fn
Proto:static enum hrtimer_restart io_timeout_fn(struct hrtimer *timer)
Type:enum hrtimer_restart
Parameter:
Type | Parameter | Name |
---|---|---|
struct hrtimer * | timer |
2805 | atomic_inc( & cq_timeouts) |
2807 | spin_lock_irqsave( & completion_lock, flags) |
2812 | If Not list_empty - tests whether a list is empty*@head: the list to test. Then |
2822 | list_for_each_entry_continue_reverse - iterate backwards from the given point*@pos: the type * to use as a loop cursor(prev, & timeout_list, list) |
2823 | sequence++ |
2827 | io_cqring_fill_event(req, - ETIME) |
2828 | io_commit_cqring(ctx) |
2829 | spin_unlock_irqrestore( & completion_lock, flags) |
2831 | io_cqring_ev_posted(ctx) |
2832 | req_set_fail_links(req) |
2833 | io_put_req(req) |
2834 | Return Timer is not restarted |
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 |