list_add_tail(9) centos man page | unix.com

Man Page: list_add_tail

Operating Environment: centos

Section: 9

LIST_ADD_TAIL(9)						    Data Types							  LIST_ADD_TAIL(9)

NAME
list_add_tail - add a new entry
SYNOPSIS
void list_add_tail(struct list_head * new, struct list_head * head);
ARGUMENTS
new new entry to be added head list head to add it before
DESCRIPTION
Insert a new entry before the specified head. This is useful for implementing queues.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 LIST_ADD_TAIL(9)
Related Man Pages
circleq_insert_after(3) - centos
circleq_remove(3) - centos
list_head(3) - centos
list_insert_after(3) - centos
list(3) - suse
Similar Topics in the Unix Linux Community
CentOS7 restoring file capabilities
Docker learning Phase-I
Shopt -s histappend
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!