Searched defs:lxc_list_add (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(). */
117 * lxc_list_add(list, tmp);
119 static inline void lxc_list_add(struct lxc_list *head, struct lxc_list *list) function

Completed in 8 milliseconds