Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sys.c Create Date:2022-07-28 09:20:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rlim_to_rlim64

Proto:static void rlim_to_rlim64(const struct rlimit *rlim, struct rlimit64 *rlim64)

Type:void

Parameter:

TypeParameterName
const struct rlimit *rlim
struct rlimit64 *rlim64
1506  If rlim_cur == RLIM_INFINITY Then rlim_cur = RLIM64_INFINITY
1508  Else rlim_cur = rlim_cur
1510  If rlim_max == RLIM_INFINITY Then rlim_max = RLIM64_INFINITY
1512  Else rlim_max = rlim_max
Caller
NameDescribe
SYSCALL_DEFINE4