Function report |
Source Code:include\linux\acct.h |
Create Date:2022-07-28 08:55:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:nsec_to_AHZ
Proto:static inline u64 nsec_to_AHZ(u64 x)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | x |
86 | do_div() is NOT a C function(x, (NSEC_PER_SEC / AHZ)) |
100 | Return x |
Name | Describe |
---|---|
fill_ac | Write an accounting entry for an exiting process* The acct_process() call is the workhorse of the process* accounting system. The struct acct is built here and then written* into the accounting file. This function should only be called from |
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 |