Function report |
Source Code:kernel\rcu\rcutorture.c |
Create Date:2022-07-28 10:21:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Update callback in the pipe. This should be invoked after a grace period.
Proto:static bool rcu_torture_pipe_update_one(struct rcu_torture *rp)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct rcu_torture * | rp |
378 | i = rtort_pipe_count |
379 | If i > RCU_TORTURE_PIPE_LEN Then i = RCU_TORTURE_PIPE_LEN |
381 | atomic_inc( & rcu_torture_wcount[i]) |
382 | If ++rtort_pipe_count >= RCU_TORTURE_PIPE_LEN Then |
383 | rtort_mbtest = 0 |
384 | Return true |
386 | Return false |
Name | Describe |
---|---|
rcu_torture_pipe_update | Update all callbacks in the pipe. Suitable for synchronous grace-period* primitives. |
rcu_torture_cb |
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 |