centos man page for list_entry

Query: list_entry

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

LIST_ENTRY(9)							    Data Types							     LIST_ENTRY(9)

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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 LIST_ENTRY(9)
Related Man Pages
struct_rio_mport(9) - centos
queue(3) - redhat
circleq_insert_before(3) - centos
circleq_insert_tail(3) - centos
list_head(3) - centos
Similar Topics in the Unix Linux Community
Storing the values in text file using while loop in shell script
how to put element of an array to first position.
Delete lines upto matching path variable
how to print off results
To run 5 commands at the same time with process from a list