1BLK_SET_PREEMPT_ONLY(9) Block Devices BLK_SET_PREEMPT_ONLY(9)
23
4
NAME
6blk_set_preempt_only - set QUEUE_FLAG_PREEMPT_ONLY
7
SYNOPSIS
9int blk_set_preempt_only(struct request_queue * q);
10
ARGUMENTS
12q
13request queue pointer
14
DESCRIPTION
16Returns the previous value of the PREEMPT_ONLY flag - 0 if the flag was
17not set and 1 if the flag was already set.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 BLK_SET_PREEMPT_ONLY(9)