Function report |
Source Code:block\bio.c |
Create Date:2022-07-28 16:56:26 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bio_remaining_done
Proto:static inline bool bio_remaining_done(struct bio *bio)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct bio * | bio |
1811 | If Not bio_flagged(bio, BIO_CHAIN) Then Return true |
1814 | BUG_ON(atomic_read( & __bi_remaining) <= 0) |
1816 | If atomic_dec_and_test( & __bi_remaining) Then |
1817 | bio_clear_flag(bio, BIO_CHAIN) |
1818 | Return true |
1821 | Return false |
Name | Describe |
---|---|
bio_endio | _endio - end I/O on a bio*@bio: bio* Description:* bio_endio() will end I/O on the whole bio. bio_endio() is the preferred* way to end I/O on a bio. No one should call bi_end_io() directly on a |
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 |