Searched refs:list_get_head (Results 1 – 6 of 6) sorted by relevance
81 list_node_t *head = list_get_head(&timer_lp_queue.list); in timer_lp_dequeue()144 list_node_t *head = list_get_head(&timer_lp_queue.list); in timer_lp_sync()163 list_node_t *head = list_get_head(&timer_lp_queue.list); in timer_lp_sync()
178 list_node_t *head = list_get_head(&tq->list); in timer_dequeue_internal()228 list_node_t *head = list_get_head(&tq->list); in timer_update_internal()308 list_node_t *head = list_get_head(&tq->list); in timer_dequeue_expired()428 list_node_t *head = list_get_head(&tq->list); in timer_handle_power_cpu_offline()
18 list_get_head(list_t *list);
30 list_get_head(list_t *list) in list_get_head() function
155 bool was_head = node == list_get_head(list); in remove_from_runqueue()175 list_node_t *node = list_get_head(list); in pop_runqueue_head()
807 assert(list_get_head(list) == &master_cap->cap_list_node); in cspace_revoke_caps()
Completed in 41 milliseconds