Function report |
Source Code:include\linux\ktime.h |
Create Date:2022-07-28 05:35:44 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ktime_add_us
Proto:static inline ktime_t ktime_add_us(const ktime_t kt, const u64 usec)
Type:ktime_t
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const ktime_t | kt | |
| const u64 | usec |
| 198 | Return Add a ktime_t variable and a scalar nanosecond value.* res = kt + nsval:(kt, usec * NSEC_PER_USEC) |
| Name | Describe |
|---|---|
| usleep_range | sleep_range - Sleep for an approximate time*@min: Minimum time in usecs to sleep*@max: Maximum time in usecs to sleep* In non-atomic context where the exact wakeup time is flexible, use* usleep_range() instead of udelay() |
| 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 |