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

/lxc/src/lxc/
H A Dlist.h27 struct lxc_list { struct
29 struct lxc_list *next;
30 struct lxc_list *prev;
38 * struct lxc_list *iterator;
55 * struct lxc_list *iterator;
68 static inline void lxc_list_init(struct lxc_list *list)
76 static inline void lxc_list_add_elem(struct lxc_list *list, void *elem)
82 static inline void *lxc_list_first_elem(struct lxc_list *list)
88 static inline void *lxc_list_last_elem(struct lxc_list *list)
94 static inline int lxc_list_empty(struct lxc_list *lis
[all...]

Completed in 5 milliseconds