Function report |
Source Code:kernel\rcu\rcutorture.c |
Create Date:2022-07-28 10:22:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Carry out grace-period forward-progress testing.
Proto:static int rcu_torture_fwd_prog(void *args)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void * | args |
1970 | tested = 0 |
1971 | tested_tries = 0 |
1973 | VERBOSE_TOROUT_STRING("rcu_torture_fwd_progress task started") |
1974 | rcu_bind_current_to_nocb() |
1977 | Do |
1979 | WRITE_ONCE(rcu_fwd_emergency_stop, false) |
1980 | register_oom_notifier( & rcutorture_oom_nb) |
1983 | unregister_oom_notifier( & rcutorture_oom_nb) |
1987 | When Not Is it time for the current torture test to stop? cycle |
1989 | WARN_ON(!tested && tested_tries >= 5) |
1990 | pr_alert("%s: tested %d tested_tries %d\n", __func__, tested, tested_tries) |
1992 | Return 0 |
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 |