Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\blk_types.h Create Date:2022-07-28 05:43:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:blk_qc_t_to_queue_num

Proto:static inline unsigned int blk_qc_t_to_queue_num(blk_qc_t cookie)

Type:unsigned int

Parameter:

TypeParameterName
blk_qc_tcookie
466  Return (cookie & ~BLK_QC_T_INTERNAL) >> BLK_QC_T_SHIFT
Caller
NameDescribe
blk_polllk_poll - poll for IO completions*@q: the queue*@cookie: cookie passed back at IO submission time*@spin: whether to spin for completions* Description:* Poll for completions on the passed in queue. Returns number of* completed entries found