Lines Matching refs:dl_head
73 datadm_entry_t *dl_head; member
576 if (list->dl_head == NULL) { in datadm_enqueue_entry()
577 list->dl_head = entry; in datadm_enqueue_entry()
598 entry = list->dl_head; in datadm_walk_list()
614 while (list->dl_head != NULL) { in datadm_free_list()
617 entry = list->dl_head; in datadm_free_list()
618 list->dl_head = entry->de_next; in datadm_free_list()
1253 he1 = hl1->dl_head; in datadm_invalidate_common_sp_entries()
1255 he2 = hl2->dl_head; in datadm_invalidate_common_sp_entries()
1265 se1 = ((datadm_hca_entry_t *)he1)->he_sp_list.dl_head; in datadm_invalidate_common_sp_entries()
1268 he_sp_list.dl_head; in datadm_invalidate_common_sp_entries()
1469 cep = datadm_conf_header.dl_head; in datadm_generate_conf_header()
1541 hep = hca_list->dl_head; in datadm_generate_dat_conf()
1545 iep = ((datadm_hca_entry_t *)hep)->he_ia_list.dl_head; in datadm_generate_dat_conf()
1549 sep = ((datadm_hca_entry_t *)hep)->he_sp_list.dl_head; in datadm_generate_dat_conf()