函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:bsg_job_put

函数原型:void bsg_job_put(struct bsg_job *job)

返回类型:void

参数:

类型参数名称
struct bsg_job *job
163  kref_put - decrement refcount for object.*@kref: object.*@release: pointer to the function that will clean up the object when the* last reference to the object is released.* This pointer is required, and it is not acceptable to pass kfree
调用者
名称描述
bsg_completesg_complete - softirq done routine for destroying the bsg requests*@rq: BSG request that holds the job to be destroyed