Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bfq-iosched.c Create Date:2022-07-28 17:58:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bfq_var_store

Proto:static int bfq_var_store(unsigned long *var, const char *page)

Type:int

Parameter:

TypeParameterName
unsigned long *var
const char *page
6574  ret = kstrtoul - convert a string to an unsigned long*@s: The start of the string. The string must be null-terminated, and may also* include a single newline before its terminating null. The first character* may also be a plus sign, but not a minus sign.
6576  If ret Then Return ret
6578  var = new_val
6579  Return 0
Caller
NameDescribe
bfq_fifo_expire_sync_store
bfq_fifo_expire_async_store
bfq_back_seek_max_store
bfq_back_seek_penalty_store
bfq_slice_idle_store
bfq_slice_idle_us_store
bfq_max_budget_store
bfq_timeout_sync_storeLeaving this name to preserve name compatibility with cfq* parameters, but this timeout is used for both sync and async.
bfq_strict_guarantees_store
bfq_low_latency_store