Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:io_link_timeout_fn
Proto:static enum hrtimer_restart io_link_timeout_fn(struct hrtimer *timer)
Type:enum hrtimer_restart
Parameter:
Type | Parameter | Name |
---|---|---|
struct hrtimer * | timer |
3467 | spin_lock_irqsave( & completion_lock, flags) |
3473 | If Not list_empty - tests whether a list is empty*@head: the list to test. Then |
3478 | flags &= ~has linked timeout |
3479 | Else prev = NULL |
3483 | spin_unlock_irqrestore( & completion_lock, flags) |
3485 | If prev Then |
3486 | req_set_fail_links(prev) |
3489 | io_put_req(prev) |
3490 | Else |
3491 | io_cqring_add_event(req, - ETIME) |
3492 | io_put_req(req) |
3494 | 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 |