table of contents
BLK_PLUG_DEVICE_UNLO(9) | Block Devices | BLK_PLUG_DEVICE_UNLO(9) |
NAME¶
blk_plug_device_unlocked - plug a device without queue lock held
SYNOPSIS¶
void blk_plug_device_unlocked(struct request_queue * q);
ARGUMENTS¶
q
The struct request_queue to plug
DESCRIPTION¶
Like blk_plug_device(), but grabs the queue lock and disables interrupts.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |