Searched refs:ct_hnext (Results 1 – 3 of 3) sorted by relevance
166 value.ct_hnext); in mdiclient()353 temp = (uintptr_t)mdi_client_value->ct_hnext; in vhciguid()
1330 ct->ct_hnext = NULL; in i_mdi_client_alloc()1383 ct->ct_hnext = (mdi_client_t *)head->ct_hash_head; in i_mdi_client_enlist_table()1416 next = next->ct_hnext; in i_mdi_client_delist_table()1422 head->ct_hash_head = ct->ct_hnext; in i_mdi_client_delist_table()1424 last->ct_hnext = ct->ct_hnext; in i_mdi_client_delist_table()1426 ct->ct_hnext = NULL; in i_mdi_client_delist_table()1505 ct = ct->ct_hnext; in i_mdi_client_find()
513 struct mdi_client *ct_hnext; /* next client */ member