函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\random.h Create Date:2022-07-27 06:51:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:prandom_u32_max - returns a pseudo-random number in interval [0, ep_ro)*@ep_ro: right open interval endpoint* Returns a pseudo-random number that is in interval [0, ep_ro). Note* that the result depends on PRNG being well distributed in [0, ~0U]

函数原型:static inline u32 prandom_u32_max(u32 ep_ro)

返回类型:u32

参数:

类型参数名称
u32ep_ro
141  返回:prandom_u32()乘ep_ro右移32位
调用者
名称描述
__prandom_timer
test_rhltable
__test