函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:bsg_set_command_q

函数原型:static int bsg_set_command_q(struct bsg_device *bd, int __user *uarg)

返回类型:int

参数:

类型参数名称
struct bsg_device *bd
int __user *uarg
336  如果Careful: we have to cast the result to the type of the pointer* for sign reasons(queue, uarg)则返回:负EFAULT
338  如果queue小于1则返回:负EINVAL
341  spin_lock_irq( & lock)
342  max_queue等于queue
343  spin_unlock_irq( & lock)
344  返回:0
调用者
名称描述
bsg_ioctl