Function report |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-28 17:56:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bfq_exit_icq_bfqq
Proto:static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bfq_io_cq * | bic | |
bool | is_sync |
4940 | bfqq = bic_to_bfqq(bic, is_sync) |
4943 | If bfqq Then bfqd = parent bfq_data |
4949 | spin_lock_irqsave( & lock, flags) |
4951 | bfq_exit_bfqq(bfqd, bfqq) |
4952 | bic_set_bfqq(bic, NULL, is_sync) |
4953 | spin_unlock_irqrestore( & lock, flags) |
Name | Describe |
---|---|
bfq_exit_icq |
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 |