Function report |
Source Code:include\linux\kernel.h |
Create Date:2022-07-28 05:34:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kstrtoul - convert a string to an unsigned long*@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.
Proto:static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | s | |
unsigned int | base | |
unsigned long * | res |
350 | If sizeof(unsignedlong) == sizeof(unsignedlonglong) && __alignof__(unsignedlong) == __alignof__(unsignedlonglong) Then Return kstrtoull(s, base, (unsignedlonglong * )res) |
353 | Else Return Internal, do not use. |
Name | Describe |
---|---|
kstrtoul_from_user | |
test_dev_config_update_uint_sync | |
test_dev_config_update_uint_range | |
store_interrupt_enable | |
store_threshold_limit | |
reload_store | |
bw_validate_amd | Check whether MBA bandwidth percentage value is correct. The value is* checked against the minimum and maximum bandwidth values specified by* the hardware. The allocated bandwidth percentage is rounded to the next* control step available on the hardware. |
bw_validate | Check whether MBA bandwidth percentage value is correct. The value is* checked against the minimum and max bandwidth values specified by the* hardware. The allocated bandwidth percentage is rounded to the next* control step available on the hardware. |
cbm_validate_intel | Check whether a cache bit mask is valid. The SDM says:* Please note that all (and only) contiguous '1' combinations* are allowed (e.g. FFFFH, 0FF0H, 003CH, etc.).* Additionally Haswell requires at least two bits set. |
cbm_validate_amd | Check whether a cache bit mask is valid. AMD allows non-contiguous* bitmasks |
parse_line | For each domain in this resource we expect to find a series of:* id=mask* separated by ";". The "id" is in decimal, and must match one of* the "id"s for this resource. |
set_corruption_check | |
set_corruption_check_period | |
param_set_ulong | |
kexec_crash_size_store | |
param_set_first_fqs_jiffies | |
param_set_next_fqs_jiffies | |
gcov_persist_setup | |
trace_pid_write | |
set_tracing_thresh | |
event_trigger_callback | vent_trigger_callback - Generic event_command @func implementation*@cmd_ops: The command ops, used for trigger registration*@file: The trace_event_file associated with the event*@glob: The raw string used to register the trigger*@cmd: The cmd portion of |
event_enable_trigger_func | |
parse_map_size | |
trace_kprobe_create | |
find_fetch_type | |
parse_probe_vars | |
str_to_immediate | |
parse_probe_arg | Recursive argument parser |
trace_uprobe_create | |
perf_event_parse_addr_filter | Address filter string parser |
read_ahead_kb_store | |
nr_hugepages_store_common | |
nr_overcommit_hugepages_store | |
tokenize_frame_descr | |
dump_str_object_info | |
kmemleak_write | File write operation to configure kmemleak at run-time |
queue_var_store | |
bfq_var_store | |
getoptions | an have zero or more token= options |
checkreqprot_setup | |
apparmor_enabled_setup | |
integrity_audit_setup | ma_audit_setup - enable informational auditing messages |
ima_parse_rule |
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 |