Searched defs:ll (Results 1 – 2 of 2) sorted by relevance
20 struct ll { struct21 struct ll_entry *head; argument22 struct ll_entry *tail; argument29 * [in] ll, linked list to be initialized argument68 static inline struct ll_entry *ll_head(struct ll *ll) in ll_head()80 static inline struct ll_entry *ll_tail(struct ll *ll) in ll_tail()90 static inline uint32_t ll_cnt(struct ll *ll) in ll_cnt()
12 void ll_init(struct ll *ll) in ll_init()20 void ll_insert(struct ll *ll, in ll_insert()38 void ll_delete(struct ll *ll, in ll_delete()