Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bsg-lib.c Create Date:2022-07-28 17:38:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bsg_job_put

Proto:void bsg_job_put(struct bsg_job *job)

Type:void

Parameter:

TypeParameterName
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
Caller
NameDescribe
bsg_completesg_complete - softirq done routine for destroying the bsg requests*@rq: BSG request that holds the job to be destroyed