Searched refs:list_get_head (Results 1 – 3 of 3) sorted by relevance
207 struct timer_task *it, *prev = NULL, *head = (struct timer_task *)list_get_head(list); in timer_add_timer_task()240 struct timer_task * it = (struct timer_task *)list_get_head(&timer->tasks); in timer_process_counted()256 it = (struct timer_task *)list_get_head(&timer->tasks); in timer_process_counted()
94 for ((current = (const struct event *)list_get_head(&events)); current; in event_unsubscribe()129 for ((current = (const struct event *)list_get_head(&events)); current; in event_post()
91 static inline void *list_get_head(const struct list_descriptor *const list) in list_get_head() function