Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Process kernel command-line parameter at boot time.* audit_backlog_limit=<n>

Proto:static int __init audit_backlog_limit_set(char *str)

Type:int

Parameter:

TypeParameterName
char *str
1650  pr_info("audit_backlog_limit: ")
1651  If kstrtouint - convert a string to an unsigned int*@s: The start of the string. The string must be null-terminated, and may also* include a single newline before its terminating null. The first character* may also be a plus sign, but not a minus sign. Then
1652  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.("using default of %u, unable to parse %s\n", Number of outstanding audit_buffers allowed.* When set to zero, this means unlimited. , str)
1654  Return 1
1657  Number of outstanding audit_buffers allowed.* When set to zero, this means unlimited. = audit_backlog_limit_arg
1658  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.("%d\n", Number of outstanding audit_buffers allowed.* When set to zero, this means unlimited. )
1660  Return 1