函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bfq-iosched.c Create Date:2022-07-27 19:34:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Leaving this name to preserve name compatibility with cfq* parameters, but this timeout is used for both sync and async.

函数原型:static ssize_t bfq_timeout_sync_store(struct elevator_queue *e, const char *page, size_t count)

返回类型:ssize_t

参数:

类型参数名称
struct elevator_queue *e
const char *page
size_tcount
6700  bfqd等于elevator_data
6704  ret等于bfq_var_store( & __data, (page))
6705  如果ret则返回:ret
6708  如果__data小于1则__data等于1
6710  否则如果__data大于INT_MAX__data等于INT_MAX
6713  * Timeout for bfq_queues to consume their budget; used to * prevent seeky queues from imposing long latencies to * sequential or quasi-sequential ones (this also implies that * seeky queues cannot receive guarantees in the service * domain; after a timeout等于msecs_to_jiffies: - convert milliseconds to jiffies*@m: time in milliseconds* conversion is done as follows:* - negative values mean 'infinite timeout' (MAX_JIFFY_OFFSET)* - 'too large' values [that would result in larger than
6714  如果 user-configured max budget value (0 for auto-tuning) 恒等于0则 maximum budget allotted to a bfq_queue before rescheduling 等于In autotuning mode, max_budget is dynamically recomputed as the* amount of sectors transferred in timeout at the estimated peak* rate. This enables BFQ to utilize a full timeslice with a full* budget, even if the in-service queue is served at peak rate
6717  返回:count