Searched refs:cur_head (Results 1 – 2 of 2) sorted by relevance
210 union head_list cur_head, new_head; in pqisrc_put_tag() local228 cur_head = stack->head; in pqisrc_put_tag()230 new_head.top.seq_no = cur_head.top.seq_no + 1; in pqisrc_put_tag()236 != cur_head.data); in pqisrc_put_tag()246 union head_list cur_head, new_head; in pqisrc_get_tag() local250 cur_head = stack->head; in pqisrc_get_tag()254 new_head.top.seq_no = cur_head.top.seq_no + 1; in pqisrc_get_tag()258 != cur_head.data); in pqisrc_get_tag()259 stack->next_index_array[cur_head.top.index] = 0; in pqisrc_get_tag()261 DBG_INFO("pop tag: %d\n",cur_head.top.index); in pqisrc_get_tag()[all …]
232 struct list_head *cur_head = &cur->ml_entry; in drm_mm_put_block() local239 if (cur_head->prev != root_head) { in drm_mm_put_block()241 list_entry(cur_head->prev, struct drm_mm_node, ml_entry); in drm_mm_put_block()247 if (cur_head->next != root_head) { in drm_mm_put_block()249 list_entry(cur_head->next, struct drm_mm_node, ml_entry); in drm_mm_put_block()