'\" t .\" Title: list_prepare_entry .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: Data Types .\" Source: Kernel Hackers Manual 4.11.6 .\" Language: English .\" .TH "LIST_PREPARE_ENTRY" "9" "July 2017" "Kernel Hackers Manual 4\&.11\&" "Data Types" .\" ----------------------------------------------------------------- .\" * 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" list_prepare_entry \- prepare a pos entry for use in \fBlist_for_each_entry_continue\fR .SH "SYNOPSIS" .HP \w'list_prepare_entry('u .BI "list_prepare_entry(" "pos" ", " "head" ", " "member" ");" .SH "ARGUMENTS" .PP \fI pos\fR .RS 4 the type * to use as a start point .RE .PP \fI head\fR .RS 4 the head of the list .RE .PP \fI member\fR .RS 4 the name of the list_head within the struct\&. .RE .SH "DESCRIPTION" .PP Prepares a pos entry for use as a start point in \fBlist_for_each_entry_continue\fR\&. .SH "COPYRIGHT" .br