Function report |
Source Code:kernel\time\timer.c |
Create Date:2022-07-28 10:40:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:msleep_interruptible - sleep waiting for signals*@msecs: Time in milliseconds to sleep for
Proto:unsigned long msleep_interruptible(unsigned int msecs)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | msecs |
2061 | When timeout && Not signal_pending(current process) cycle |
2062 | timeout = We can use __set_current_state() here because schedule_timeout() calls* schedule() unconditionally. |
Name | Describe |
---|---|
kthread_fn | kthread_fn - The CPU time sampling/hardware latency detection kernel thread* Used to periodically sample the CPU TSC via a call to get_sample. We* disable interrupts, which does (intentionally) introduce latency since we |
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 |