Function report |
Source Code:fs\seq_file.c |
Create Date:2022-07-28 20:09:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:seq_hlist_start_precpu - start an iteration of a percpu hlist array*@head: pointer to percpu array of struct hlist_heads*@cpu: pointer to cpu "cursor"*@pos: start position of sequence* Called at seq_file->op->start().
Proto:struct hlist_node *seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t pos)
Type:struct hlist_node
Parameter:
Type | Parameter | Name |
---|---|---|
struct hlist_head __percpu * | head | |
int * | cpu | |
loff_t | pos |
1067 | for_each_possible_cpu( * cpu) |
1073 | Return NULL |
Name | Describe |
---|---|
locks_start |
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 |