Function report |
Source Code:block\blk-cgroup.c |
Create Date:2022-07-28 17:41:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lkcg_add_delay - add delay to this blkg*@blkg: blkg of interest*@now: the current time in nanoseconds*@delta: how many nanoseconds of delay to add* Charge @delta to the blkg's current delay accumulation. This is used to
Proto:void blkcg_add_delay(struct blkcg_gq *blkg, u64 now, u64 delta)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct blkcg_gq * | blkg | |
u64 | now | |
u64 | delta |
1705 | atomic64_add(delta, & delay_nsec) |
Name | Describe |
---|---|
iolatency_record_time | |
iocg_kick_delay |
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 |