Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\boot\bitops.h Create Date:2022-07-28 07:26:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:constant_test_bit

Proto:static inline bool constant_test_bit(int nr, const void *addr)

Type:bool

Parameter:

TypeParameterName
intnr
const void *addr
22  p = addr
23  Return ( 1UL << (nr & 31) & p[nr >> 5]) != 0
Caller
NameDescribe
queue_show_random
queue_show_iostats
bfq_bfqq_just_created
bfq_bfqq_busy
bfq_bfqq_wait_request
bfq_bfqq_non_blocking_wait_rq
bfq_bfqq_fifo_expire
bfq_bfqq_has_short_ttime
bfq_bfqq_sync
bfq_bfqq_IO_bound
bfq_bfqq_in_large_burst
bfq_bfqq_coop
bfq_bfqq_split_coop
bfq_bfqq_softrt_update
bfq_bfqq_has_waker