Function report | 
Source Code:lib\cpumask.c | 
Create Date:2022-07-28 06:16:02 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:pumask_next_wrap - helper to implement for_each_cpu_wrap*@n: the cpu prior to the place to search*@mask: the cpumask pointer*@start: the start point of the iteration*@wrap: assume @n crossing @start terminates the iteration* Returns >= nr_cpu_ids on
Proto:int cpumask_next_wrap(int n, const struct cpumask *mask, int start, bool wrap)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| int | n | |
| const struct cpumask * | mask | |
| int | start | |
| bool | wrap | 
| 81 | again : | 
| 82 | next = pumask_next - get the next cpu in a cpumask*@n: the cpu prior to the place to search (ie. return will be > @n)*@srcp: the cpumask pointer* Returns >= nr_cpu_ids if no further cpus set. | 
| 85 | Return nr_cpumask_bits | 
| 87 | Else if next >= nr_cpumask_bits Then | 
| 93 | Return next | 
| 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  |