Searched refs:list_head (Results 1 – 12 of 12) sorted by relevance
33 struct list_head { struct34 struct list_head *next, *prev; argument48 static inline void list_add_node(struct list_head *new_node, struct list_head *prev, in list_add_node()49 struct list_head *next) in list_add_node()57 static inline void list_add(struct list_head *new_node, struct list_head *head) in list_add()63 struct list_head *head) in list_add_tail()68 static inline void list_del_node(struct list_head *prev, struct list_head *next) in list_del_node()91 struct list_head *head) in list_splice_node()95 struct list_head *at = head->next; in list_splice_node()104 static inline void list_splice(const struct list_head *list, struct list_head *head) in list_splice()[all …]
34 struct list_head timer_list; /**< it's for runtime active timer list */41 struct list_head node; /**< link all timers */
115 struct list_head runqueue;121 struct list_head runqueue;129 struct list_head prio_queue;
139 struct list_head softirq_node;
45 struct list_head list;149 struct list_head list;
13 struct list_head list;58 struct list_head *pos; in prio_queue_add()
44 struct list_head list;100 struct list_head *pos; in runqueue_add()262 struct list_head *first, *sec; in sched_bvt_pick_next()
75 struct list_head *pos, *prev; in local_add_timer()184 const struct list_head *pos, *n; in timer_softirq()
15 struct list_head list;
60 struct list_head softirq_dev_entry_list;
149 struct list_head aiodesc_queue;
72 struct list_head *pos; in asyncio_is_conflict()172 struct list_head *pos; in get_asyncio_desc()
Completed in 17 milliseconds