Searched defs:lxc_list_add_tail (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlist.h74 /* Add an element to a list. See lxc_list_add() and lxc_list_add_tail() for an
99 /* Workhorse to be called from lxc_list_add() and lxc_list_add_tail(). */
131 * lxc_list_add_tail(list, tmp);
133 static inline void lxc_list_add_tail(struct lxc_list *head, function

Completed in 7 milliseconds