函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\sbitmap.c Create Date:2022-07-27 08:21:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:sbitmap_find_bit_in_index

函数原型:static int sbitmap_find_bit_in_index(struct sbitmap *sb, int index, unsigned int alloc_hint, bool round_robin)

返回类型:int

参数:

类型参数名称
struct sbitmap *sb
intindex
unsigned intalloc_hint
boolround_robin
144  循环
145  nr等于__sbitmap_get_word( & @word: word holding free bits, @depth: Number of bits being used in @word/@cleared, alloc_hint, !round_robin)
148  如果nr不等于负1则退出
150  如果非See if we have deferred clears that we can batch move退出
152  当1循环
154  返回:nr
调用者
名称描述
sbitmap_get