函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bfq-iosched.c Create Date:2022-07-27 19:33:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Returns NULL if a new bfqq should be allocated, or the old bfqq if this* was the last process referring to that bfqq.

函数原型:static struct bfq_queue *bfq_split_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq)

返回类型:struct bfq_queue

参数:

类型参数名称
struct bfq_io_cq *bic
struct bfq_queue *bfqq
5989  bfq_log_bfqq(parent bfq_data , bfqq, "splitting queue")
5991  如果bfqq_process_refs(bfqq)恒等于1则
5992  pid of the process owning the queue, used for logging purposes 等于pid
5993  bfq_clear_bfqq_coop(bfqq)
5994  bfq_clear_bfqq_split_coop(bfqq)
5995  返回:bfqq
5998  bic_set_bfqq(bic, NULL, 1)
6000  bfq_put_cooperator(bfqq)
6002  bfq_release_process_ref(parent bfq_data , bfqq)
6003  返回:NULL
调用者
名称描述
bfq_init_rq