Searched refs:list_head (Results 1 – 8 of 8) sorted by relevance
35 struct list_head { struct36 struct list_head *next, *prev; argument39 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()45 static inline void __list_add(struct list_head *new, in __list_add()46 struct list_head *prev, in __list_add()47 struct list_head *next) in __list_add()55 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()60 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()71 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()84 struct list_head list;[all …]
37 struct list_head list;
43 struct list_head list;
91 struct list_head list;
24 struct list_head list;
66 struct list_head buf_list;73 struct list_head list;
169 struct list_head next;190 struct list_head dmabufs;
163 struct list_head next;
Completed in 20 milliseconds