Query: list_add_tail
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LIST_ADD_TAIL(9) Data Types LIST_ADD_TAIL(9)NAMElist_add_tail - add a new entrySYNOPSISvoid list_add_tail(struct list_head * new, struct list_head * head);ARGUMENTSnew new entry to be added head list head to add it beforeDESCRIPTIONInsert a new entry before the specified head. This is useful for implementing queues.COPYRIGHTKernel Hackers Manual 3.10 June 2014 LIST_ADD_TAIL(9)
Related Man Pages |
---|
circleq_init(3) - centos |
circleq_insert_tail(3) - centos |
list_entry(3) - centos |
list_init(3) - centos |
list_insert_after(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
DB2 convert digits to binary format |
Docker learning Phase-I |
CentOS 6 ran out of space, need to reclaim it |
[TIP] Processing YAML files with yq |