list_entry

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

list_entry - get the struct for this entry

SYNOPSIS

list_entry(ptr, type, member);

ARGUMENTS

ptr

the struct list_head pointer.

type

the type of the struct this is embedded in.

member

the name of the list_struct within the struct.