Function report |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-28 10:25:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Return the number of callbacks queued on the specified CPU.* Handles both the nocbs and normal cases.
Proto:static long rcu_get_n_cbs_cpu(int cpu)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
int | cpu |
212 | rdp = per_cpu_ptr( & rcu_data, cpu) |
214 | If Is the specified rcu_segcblist enabled, for example, not corresponding* to an offline CPU? Then Return Return number of callbacks in segmented callback list. |
216 | 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 |