Function report |
Source Code:kernel\rcu\rcutorture.c |
Create Date:2022-07-28 10:21:11 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:srcu_read_delay
Proto:static void srcu_read_delay(struct torture_random_state *rrsp, struct rt_read_seg *rtrsp)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct torture_random_state * | rrsp | |
| struct rt_read_seg * | rtrsp |
| 525 | longdelay = 10 |
| 529 | delay = torture_random(rrsp) % nrealreaders * 2 * longdelay * uspertick |
| 534 | Else |
| 535 | rcu_read_delay(rrsp, rtrsp) |
| 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 |