Searched refs:listnode (Results 1 – 4 of 4) sorted by relevance
26 struct listnode struct28 struct listnode *next; argument29 struct listnode *prev; argument36 struct listnode name = { \52 static inline void list_init(struct listnode *node) in list_init()58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail()66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()74 static inline void list_remove(struct listnode *item) in list_remove()
167 struct listnode node; in __android_log_pmsg_file_read()171 struct listnode node; in __android_log_pmsg_file_read()172 struct listnode content; in __android_log_pmsg_file_read()177 struct listnode name_list; in __android_log_pmsg_file_read()178 struct listnode *node, *n; in __android_log_pmsg_file_read()382 struct listnode *content_node, *m; in __android_log_pmsg_file_read()
248 struct listnode* node = list_head(&convertHead); in android_log_format_free()1195 struct listnode* node; in convertMonotonic()1197 struct listnode node; /* first */ in convertMonotonic()