Function report |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-28 17:55:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bfq_setup_merge
Proto:static struct bfq_queue *bfq_setup_merge(struct bfq_queue *bfqq, struct bfq_queue *new_bfqq)
Type:struct bfq_queue
Parameter:
Type | Parameter | Name |
---|---|---|
struct bfq_queue * | bfqq | |
struct bfq_queue * | new_bfqq |
2484 | If Not bfqq_process_refs(new_bfqq) Then Return NULL |
2494 | process_refs = bfqq_process_refs(bfqq) |
2500 | If process_refs == 0 || new_process_refs == 0 Then Return NULL |
2503 | bfq_log_bfqq(parent bfq_data , bfqq, "scheduling merge with queue %d", pid of the process owning the queue, used for logging purposes ) |
2527 | ce counter += process_refs |
2528 | Return new_bfqq |
Name | Describe |
---|---|
bfq_setup_cooperator | Attempt to schedule a merge of bfqq with the currently in-service* queue or with a close queue among the scheduled queues |
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 |