scsi_free_command(9) suse man page | unix.com

Man Page: scsi_free_command

Operating Environment: suse

Section: 9

SCSI_FREE_COMMAND(9)						  SCSI mid layer					      SCSI_FREE_COMMAND(9)

NAME
scsi_free_command - free a command allocated by scsi_allocate_command
SYNOPSIS
void scsi_free_command(gfp_t gfp_mask, struct scsi_cmnd * cmd);
ARGUMENTS
gfp_mask mask used in the original allocation cmd command to free
NOTE
using the original allocation mask is vital because that's what determines which command pool we use to free the command. Any mismatch will cause the system to BUG eventually.
AUTHORS
James Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SCSI_FREE_COMMAND(9)
Related Man Pages
call_usermodehelper_setup(9) - centos
bio_alloc_bioset(9) - centos
fc_remote_port_delete(9) - centos
blk_make_request(9) - suse
tapset::scsi(3stap) - centos
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
A (ksh) Library For and From UNIX.com
Docker learning Phase-I