Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bfq_fifo_expire_async_show

Proto:static ssize_t bfq_fifo_expire_async_show(struct elevator_queue *e, char *page)

Type:ssize_t

Parameter:

TypeParameterName
struct elevator_queue *e
char *page
6594  bfqd = elevator_data
6594  __data = * Timeout for async/sync requests; when it fires, requests * are served in fifo order.[0]
6594  If 2 == 1 Then __data = Convert jiffies to milliseconds and back.* Avoid unnecessary multiplications/divisions in the* two most common HZ cases:
6594  Else if 2 == 2 Then __data = div_u64 - unsigned 64bit divide with 32bit divisor*@dividend: unsigned 64bit dividend*@divisor: unsigned 32bit divisor* This is the most common 64bit divide and should be used if possible,* as many 32bit archs can optimize this variant better than a full
6594  Return bfq_var_show(__data, (page))