Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\random.h Create Date:2022-07-28 05:51:06
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:get_random_long_wait

Proto:static inline int get_random_long_wait(long *out)

Type:int

Parameter:

TypeParameterName
long *out
106  ret = wait_for_random_bytes()
106  If __builtin_expect(!!(ret), 0) Then Return ret
106  out = get_random_long()
106  Return 0