Function report |
Source Code:kernel\time\clocksource.c |
Create Date:2022-07-28 10:44:00 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:locks_calc_mult_shift - calculate mult/shift factors for scaled math of clocks*@mult: pointer to mult variable*@shift: pointer to shift variable*@from: frequency to convert from*@to: frequency to convert to*@maxsec: guaranteed runtime conversion range in
Proto:void clocks_calc_mult_shift(unsigned int *mult, unsigned int *shift, unsigned int from, unsigned int to, unsigned int maxsec)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| unsigned int * | mult | |
| unsigned int * | shift | |
| unsigned int | from | |
| unsigned int | to | |
| unsigned int | maxsec |
| 48 | sftacc = 32 |
| Name | Describe |
|---|---|
| __clocksource_update_freq_scale | __clocksource_update_freq_scale - Used update clocksource with new freq*@cs: clocksource to be registered*@scale: Scale factor multiplied against freq to get clocksource hz*@freq: clocksource frequency (cycles per second) divided by scale |
| sched_clock_register |
| 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 |