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 |
|---|
| list(3) - debian |
| circleq_entry(3) - centos |
| circleq_insert_head(3) - centos |
| list_head(3) - centos |
| list(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Tar Command |
| CentOS7 restoring file capabilities |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |