Function report |
Source Code:kernel\time\timer.c |
Create Date:2022-07-28 10:39:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_timer_base
Proto:static inline struct timer_base *get_timer_base(unsigned int tflags)
Type:struct timer_base
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | tflags |
Name | Describe |
---|---|
lock_timer_base | We are using hashed locking: Holding per_cpu(timer_bases[x]).lock means* that all timers which are tied to this base are locked, and the base itself* is locked too.* So __run_timers/migrate_timers can safely modify all timers which could |
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 |