Function report |
Source Code:kernel\sysctl_binary.c |
Create Date:2022-07-28 09:12:13 |
Last Modify:2020-03-17 13:22:06 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Print each legacy sysctl (approximately) only once.* To avoid making the tables non-const use a external* hash-table instead.* Worst case hash collision: 6, but very rarely.* NOTE! We don't use the SMP-safe bit tests. We simply* don't care enough.
Proto:static void warn_on_bintable(const int *name, int nlen)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const int * | name | |
int | nlen |
68 | hash = FNV32_OFFSET |
72 | hash %= WARN_ONCE_HASH_SIZE |
Name | Describe |
---|---|
do_sysctl |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |