'\" t .\" Title: seq_hlist_start_percpu .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "SEQ_HLIST_START_PERC" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "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 \fIstruct hlist_head __percpu * head\fR .RS 4 pointer to percpu array of struct hlist_heads .RE .PP \fIint * cpu\fR .RS 4 pointer to cpu \(lqcursor\(rq .RE .PP \fIloff_t pos\fR .RS 4 start position of sequence .RE .SH "DESCRIPTION" .PP Called at seq_file\->op\->\fBstart\fR\&. .SH "COPYRIGHT" .br