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 2.6. July 2010 LIST_ADD_TAIL(9)
| Related Man Pages |
|---|
| circleq_init(3) - centos |
| circleq_head(3) - centos |
| circleq_insert_before(3) - centos |
| circleq_insert_tail(3) - centos |
| list_head(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Is UNIX an open source OS ? |
| SOCKS proxy & PAM configuration exposure |
| Tar Command |
| A (ksh) Library For and From UNIX.com |