Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bfq_slice_idle_store

Proto:static ssize_t bfq_slice_idle_store(struct elevator_queue *e, const char *page, size_t count)

Type:ssize_t

Parameter:

TypeParameterName
struct elevator_queue *e
const char *page
size_tcount
6645  bfqd = elevator_data
6645  __min = 0 , __max = ~0U >> 1
6645  ret = bfq_var_store( & __data, (page))
6645  If ret Then Return ret
6645  If __data < __min Then __data = __min
6645  Else if __data > __max Then __data = __max
6645  If 2 == 1 Then * maximum idling time = 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
6645  Else if 2 == 2 Then * maximum idling time = __data * 1000000L
6645  Else * maximum idling time = __data
6645  Return count