blk_release_queue(9) centos man page | unix.com

Man Page: blk_release_queue

Operating Environment: centos

Section: 9

BLK_RELEASE_QUEUE(9)						   Block Devices					      BLK_RELEASE_QUEUE(9)

NAME
blk_release_queue - release a struct request_queue when it is no longer needed
SYNOPSIS
void blk_release_queue(struct kobject * kobj);
ARGUMENTS
kobj the kobj belonging to the request queue to be released
DESCRIPTION
blk_release_queue is the pair to blk_init_queue or blk_queue_make_request. It should be called when a request queue is being released; typically when a block device is being de-registered. Currently, its primary task it to free all the struct request structures that were allocated to the queue and the queue itself.
CAVEAT
Hopefully the low level driver will have finished any outstanding requests first...
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 BLK_RELEASE_QUEUE(9)
Related Man Pages
struct_device(9) - centos
rdma_post_recv(3) - debian
rdma_post_ud_send(3) - centos
mq_close(2) - hpux
remque(9r) - osf1
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
CentOS7 restoring file capabilities
Docker learning Phase-I
[TIP] Processing YAML files with yq