'\" t .\" Title: seq_hlist_start_percpu .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SEQ_HLIST_START_PERC" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "The Linux VFS" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" seq_hlist_start_percpu \- start an iteration of a percpu hlist array .SH "SYNOPSIS" .HP \w'struct\ hlist_node\ *\ seq_hlist_start_percpu('u .BI "struct hlist_node * seq_hlist_start_percpu(struct\ hlist_head\ __percpu\ *\ " "head" ", int\ *\ " "cpu" ", loff_t\ " "pos" ");" .SH "ARGUMENTS" .PP \fIhead\fR .RS 4 pointer to percpu array of struct hlist_heads .RE .PP \fIcpu\fR .RS 4 pointer to cpu \(lqcursor\(rq .RE .PP \fIpos\fR .RS 4 start position of sequence .RE .SH "DESCRIPTION" .PP Called at seq_file\->op\->\fBstart\fR\&. .SH "COPYRIGHT" .br