Function report |
Source Code:include\linux\cpumask.h |
Create Date:2022-07-28 05:34:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Valid inputs for n are -1 and 0.
Proto:static inline unsigned int cpumask_next(int n, const struct cpumask *srcp)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
int | n | |
const struct cpumask * | srcp |
163 | Return n + 1 |
Name | Describe |
---|---|
c_start | |
schedstat_start | This itererator needs some explanation.* It returns 1 for the header position.* This means 2 is cpu 0.* In a hotplugged system some CPUs, including cpu 0, may be missing so we have* to use cpumask_* to iterate over the CPUs. |
seq_hlist_next_percpu | seq_hlist_next_percpu - move to the next position of the percpu hlist array*@v: pointer to current hlist_node*@head: pointer to percpu array of struct hlist_heads*@cpu: pointer to cpu "cursor"*@pos: start position of sequence |
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 |