Searched defs:list_head (Results 1 – 5 of 5) sorted by relevance
31 struct list_head { struct32 struct list_head *prev; argument33 struct list_head *next; argument
42 struct list_head { struct43 struct list_head *next, *prev; argument
44 RHINO_INLINE void klist_init(klist_t *list_head) in klist_init()
223 void *_create_mem_table(char *module_name, struct list_head *list_head) in _create_mem_table()249 void *_find_mem_table(char *module_name, struct list_head *list_head) in _find_mem_table()267 int _del_mem_table(char *module_name, struct list_head *list_head) in _del_mem_table()
345 #define list_head dlist_s macro
Completed in 9 milliseconds