函数逻辑报告 |
Source Code:lib\math\div64.c |
Create Date:2022-07-27 07:40:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:div64_u64 - unsigned 64bit divide with 64bit divisor*@dividend: 64bit dividend*@divisor: 64bit divisor* This implementation is a modified version of the algorithm proposed* by the book 'Hacker's Delight'. The original source and full proof
函数原型:u64 div64_u64(u64 dividend, u64 divisor)
返回类型:u64
参数:
类型 | 参数 | 名称 |
---|---|---|
u64 | dividend | |
u64 | divisor |
147 | 如果high恒等于0则 |
149 | 否则 |
159 | 返回:quot |
名称 | 描述 |
---|---|
div64_s64 | div64_s64 - signed 64bit divide with 64bit divisor*@dividend: 64bit dividend*@divisor: 64bit divisor |
aperfmperf_snapshot_khz | aperfmperf_snapshot_khz()* On the current CPU, snapshot APERF, MPERF, and jiffies* unless we already did it within 10ms* calculate kHz, save snapshot |
to_ratio | |
proc_sched_show_task | |
window_update | PSI growth tracking window update and growth calculation routine.* This approximates a sliding tracking window by interpolating* partially elapsed windows using historical growth data from the* previous intervals |
em_create_pd | |
timekeeping_adjust | Adjust the timekeeper's multiplier to the correct frequency* and also to reduce the accumulated error value. |
___bpf_prog_run | __bpf_prog_run - run eBPF program on a given context*@regs: is the array of MAX_BPF_EXT_REG eBPF pseudo-registers*@insn: is the array of eBPF instructions*@stack: is the eBPF storage stack* Decode and execute eBPF instructions. |
perf_calculate_period | |
perf_swevent_set_period | We directly increment event->count and keep a second value in* is kept in the range [-sample_period, 0] so that we can use the* sign as trigger. |
get_scan_count | Determine how aggressively the anon and file LRU lists should be* scanned |
latency_sum_ok | |
iolat_update_total_lat_avg | |
check_scale_change | Check our parent and see if the scale cookie has changed. |
iolatency_pd_stat | |
ioc_autop_idx | |
ioc_refresh_params | |
ioc_lat_stat | |
ioc_timer_fn | |
add_latency_sample | |
calc_hpet_ref | Calculate the TSC frequency from HPET reference |
set_max_threads | set_max_threads |
wb_position_ratio | Dirty position control |
tg_with_in_bps_limit |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |