Function report |
Source Code:kernel\time\posix-timers.c |
Create Date:2022-07-28 10:46:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Initialize everything, well, just everything in Posix clocks/timers ;)
Proto:static __init int init_posix_timers(void)
Type:int
Parameter:Nothing
249 | Lets keep our timers in a slab cache :-) = kmem_cache_create("posix_timers_cache", sizeof(structk_itimer), 0, Panic if kmem_cache_create() fails , NULL) |
252 | Return 0 |
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 |