Query: list_add
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LIST_ADD(9) Data Types LIST_ADD(9)NAMElist_add - add a new entrySYNOPSISvoid list_add(struct list_head * new, struct list_head * head);ARGUMENTSnew new entry to be added head list head to add it afterDESCRIPTIONInsert a new entry after the specified head. This is good for implementing stacks.COPYRIGHTKernel Hackers Manual 3.10 June 2014 LIST_ADD(9)
Related Man Pages |
---|
queue(3) - redhat |
list(3) - debian |
circleq_head(3) - centos |
list_head(3) - centos |
list_entry(3) - centos |
Similar Topics in the Unix Linux Community |
---|
User Name and Password List/adding and removing users. |